@charset "UTF-8";
/* =========================================

      iBusiness template styling

      Index:

      1. Imports
      2a. Colours / variables

      -- Import base styling (skin.scss)

      -- Custom styling

========================================= */
/*=========================================
      1. Imports
=========================================*/
/* MIXINS */
/* Custom Mixins */
/* Other mixins */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic,700,700italic);
/*================================================
    2. Colours / variables
================================================*/
/* == Color variables == */
/* == Element color variables == */
/* == Bootstrap color variables resets  == */
/* == Bootstrap color variables resets  == */
/* == Typography variables == */
/*==
      Remsizes:
      10px = 0.625rem
      12px = 0.75rem
      14px = 0.875rem
      16px = 1rem (base)
      18px = 1.125rem
      20px = 1.25rem
      24px = 1.5rem
      30px = 1.875rem
      32px = 2rem
== */
/* == Margin / Padding variables == */
/* == Bootstrap variables == */
/* =========================================
	Index:

	skin.scss
	1. Imports
	2. Colours / variables
	3. General
	4. Button
	5. Header / navigation
	6. Content
	7. Footer
	8. Carousel
	9. iForm
	10. iEntity
	11. iEntity news
	12. iEntity Addressbook (dealer module)
	13. Breadcrumbs
	14. Resets / Base classes

	additional.scss
	1. DNN Search
	1. AddThis
	2. Guestbook
	3. Calender

========================================= */
/*================================================
    3. General
================================================*/
html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

html, body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #0e0e0e;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #1c1c1c;
}

h3 {
  font-size: 1.1rem;
}

h4, h5, h6 {
  font-size: 1rem;
}

.margin-title {
  margin-bottom: 30px;
}

p {
  margin: 0 0 15px 0;
}

a {
  color: #0055a5;
}
a:hover, a:focus {
  color: #003b72;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

.Normal a {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

figure {
  margin-bottom: 0;
}

hr {
  border-top: 1px solid #cccccc;
}

.aos {
  width: 100%;
}

.border-primary {
  border-color: #0055a5 !important;
}

.breakpoint-helper {
  position: fixed;
  top: 0;
  z-index: 5100;
  background-color: red;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.breakpoint-helper .portal-ID {
  font-size: 0.625rem;
}

.text-small {
  font-size: 0.8rem;
}

.test-large {
  font-size: 1.2rem;
}

.title-limit-single {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 18px;
  height: 20px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media (min-width: 576px) {
  .title-limit {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    height: 2.5rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.color-primary {
  color: #0055a5 !important;
}

.color-secondary {
  color: #F58026 !important;
}

.color-white {
  color: #fff !important;
}
.color-white .ModiLocalizationHTMLC h1, .color-white .ModiLocalizationHTMLC h2, .color-white .ModiLocalizationHTMLC h3, .color-white .ModiLocalizationHTMLC p {
  color: #fff;
}

.spinner {
  position: fixed !important;
}

.font-bold,
.text-bold {
  font-weight: bold !important;
  font-weight: 700 !important;
}

.text-small {
  font-size: 0.8rem;
}

.test-large {
  font-size: 1.2rem;
}

.list-inline--divider .list-inline-item:not(:last-child) {
  padding-right: 0.5rem;
  border-right: 1px solid #cccccc;
  padding-left: 3px;
  margin-left: -3px;
}

.video-wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin: 15px 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.link-block {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  padding: 15px;
  border: 1px solid #cccccc;
  color: #0e0e0e;
}
.link-block:hover, .link-block:focus {
  color: #0e0e0e;
  border: 1px solid #0055a5;
}

.pos-relative,
.position-relative {
  position: relative;
}

.list-style--check {
  list-style: none;
  padding-left: 0;
}
.list-style--check li {
  padding-left: 20px;
  position: relative;
}
.list-style--check li:before {
  content: "";
  font-family: "Font Awesome 5 free";
  position: absolute;
  left: 0;
  color: #3eb340;
}

/*================================================
   Icons
================================================*/
.icon:before,
.icon:after {
  font-family: "Font Awesome 5 free";
  font-weight: normal;
}

.icon-before:before {
  margin-right: 5px;
}
.icon-before:after {
  display: none;
}

.icon-after:after {
  margin-left: 5px;
}

.icon-search:before {
  content: "";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-save:before {
  content: "";
}

.icon-prev:before,
.icon-left:before {
  content: "";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-next:before,
.icon-right:before {
  content: "";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-document:before, .link-download:before {
  content: "";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-phone:before {
  content: "";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-mail:before,
.icon-email:before {
  content: "";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-zoom {
  position: relative;
}
.icon-zoom:after {
  content: "";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 5px 15px;
  pointer-events: none;
}

.icon-repeat:before {
  content: "";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
}

.icon-remove:before {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  content: "";
  font-size: 16px;
  line-height: 20px;
}

.icon-download:before {
  content: "";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-check:before {
  content: "";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-linkedin:before {
  content: "";
  font-family: "Font Awesome 5 brands";
  font-weight: 400;
}

.icon-facebook:before {
  content: "";
  font-family: "Font Awesome 5 brands";
  font-weight: 400;
}

.icon-twitter:before {
  content: "";
  font-family: "Font Awesome 5 brands";
  font-weight: 400;
}

.icon-instagram:before {
  content: "";
  font-family: "Font Awesome 5 brands";
  font-weight: 400;
}

.icon-youtube:before {
  content: "";
  font-family: "Font Awesome 5 brands";
  font-weight: 400;
}

.icon-location:before {
  content: "";
  font-weight: 900;
}

.icon-calendar:before {
  content: "";
  font-weight: 400;
}

.icon-time:before {
  content: "";
  font-weight: 900;
}

.icon-link-external:after,
.icon-link-external:before {
  content: "";
  font-weight: 900;
}

.icon-education:before {
  content: "";
  font-weight: 900;
}

.icon-user:before {
  content: "";
  font-weight: 900;
}

.action-details:before {
  content: "";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  margin-right: 5px;
}

.action-delete:before,
.cms-button-delete a:before {
  content: "";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  margin-right: 5px;
}

.action-edit:before,
.cms-button-edit a:before {
  content: "";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  margin-right: 5px;
}

.action-active:before {
  content: "";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  margin-right: 5px;
}

.action-inactive:before {
  content: "";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  margin-right: 5px;
}

.action-active {
  color: #3eb340;
}

.action-delete,
.action-inactive,
.cms-button-delete {
  color: #cf3f34;
}
.action-delete a,
.action-inactive a,
.cms-button-delete a {
  color: #cf3f34;
}

/*================================================
    4. Button
================================================*/
.btn, .btn-transparent, .link-download {
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: normal;
  padding: 6px 20px 7px;
  line-height: 1.42857;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}
.btn:hover, .btn-transparent:hover, .link-download:hover, .btn:focus, .btn-transparent:focus, .link-download:focus, .btn:active, .btn-transparent:active, .link-download:active, .btn:active:focus, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled):active:focus {
  outline: none;
}

.btn-large {
  padding: 15px 30px;
  font-size: 1.2rem;
}

.btn-small {
  padding: 3px 10px 4px;
  font-size: 0.8rem;
}

.btn-primary, .btn-default, .btn-cta, .btn-secondary {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  background: #0055a5;
  position: relative;
}
.btn-primary:hover, .btn-default:hover, .btn-cta:hover, .btn-secondary:hover, .btn-primary:focus, .btn-default:focus, .btn-cta:focus, .btn-secondary:focus, .btn-primary:active, .btn-default:active, .btn-cta:active, .btn-secondary:active, .btn-primary:active:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus {
  color: #fff;
  background: #0062bf;
  border: 1px solid #0055a5;
}

.btn-secondary {
  background: #F58026;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:active:focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  color: #fff;
  background: #f68e3e;
  border: 1px solid #F58026;
}

.btn-cta {
  background: #F58026;
  border: 1px solid #F58026;
}
.btn-cta:hover, .btn-cta:focus, .btn-cta:active, .btn-cta:active:focus, .btn-cta:not(:disabled):not(.disabled):active, .btn-cta:not(:disabled):not(.disabled):active:focus {
  background: #de660a;
  border: 1px solid #de660a;
  color: #fff;
}

.btn-default {
  color: #0055a5;
  background: transparent;
  border: 1px solid #0055a5;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:focus, .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled):active:focus {
  color: #ffffff;
  background: #0055a5;
  border: 1px solid #0055a5;
}
.btn-default.btn-default--cta {
  border-color: #fff;
  color: #F58026;
}
.btn-default.btn-default--cta:hover, .btn-default.btn-default--cta:focus, .btn-default.btn-default--cta:active, .btn-default.btn-default--cta:active:focus, .btn-default.btn-default--cta:not(:disabled):not(.disabled):active, .btn-default.btn-default--cta:not(:disabled):not(.disabled):active:focus {
  border-color: #0055a5;
  color: #fff;
}

.btn-prev:before {
  font-family: "Font Awesome 5 free";
  content: "";
  margin-right: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

.btn-next:after {
  font-family: "Font Awesome 5 free";
  content: "";
  margin-left: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

.link-download {
  margin-bottom: 5px;
  display: inline-block;
  color: #0e0e0e;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}

.btn-transparent {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.btn-transparent:hover, .btn-transparent:focus, .btn-transparent:active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
}

.tag {
  display: inline-block;
  border: 1px solid #cccccc;
  padding: 7.5px;
  border-radius: 4px;
}

/*================================================
    5. Header / navigation
================================================*/
.header-top {
  background: #ffffff;
  color: #0055a5;
}
.header-top i,
.header-top a {
  color: #0055a5;
}

.header-top--items {
  margin-top: 5px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .header-top--items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header-middle {
  padding: 15px 0;
  background: #ffffff;
}

.header-bottom {
  background: #ffffff;
}

.logo {
  display: block;
}
.logo img {
  max-height: 90px;
}
@media (max-width: 575px) {
  .logo {
    vertical-align: middle;
    display: table-cell;
  }
  .logo img {
    max-width: 100%;
  }
}

.header-middle .nav a {
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-radius: 4px;
  display: block;
  padding: 10px 15px;
  color: #0e0e0e;
}
.header-middle .nav a:hover, .header-middle .nav a:focus {
  background: #eeeeee;
}
.header-middle .nav a:not([href]):not([tabindex]):hover {
  color: #0e0e0e;
  cursor: default;
}
.header-middle .nav a.active {
  color: #ffffff;
  background: #0055a5;
}
.header-middle .nav .open > a {
  background: #eeeeee;
  color: #0e0e0e;
}
.header-middle .nav .dropdown a {
  position: relative;
}
.header-middle .nav .dropdown a i {
  width: 15px;
  text-align: right;
}
.header-middle .nav #page-id--84 .dropdown-menu {
  max-height: 500px;
  overflow-y: scroll;
}
.header-middle .nav .dropdown-menu {
  border-radius: 4px;
  padding: 0;
  z-index: 10000;
  margin-top: 0px;
}
.header-middle .nav .dropdown-menu li a {
  padding: 7px 15px;
}
.header-middle .nav .dropdown-menu li a.active {
  color: #ffffff;
  background: #0055a5;
}
.header-middle .nav .dropdown-submenu {
  position: relative;
}
.header-middle .nav .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.header-middle .nav .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: -1px;
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.dropdown .dropdown-menu {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dropdown .dropdown-menu a {
  white-space: nowrap;
}

.dropdown.show .dropdown-menu {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 12px 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 12px 0px;
  display: block;
}

.controlpanel .nav > li > a {
  font-size: 0.875rem;
}

.nav #page-id--162 {
  display: none !important;
}

.account-login--wrapper,
.account-info--wrapper {
  margin: 6px 5px;
}

.account-info--wrapper {
  cursor: pointer;
}
.account-info--wrapper:hover .account-info--menu {
  opacity: 1;
  height: auto;
}

.account-info--divider {
  margin: 6px 5px;
  color: #ffffff;
}

.account-info--person {
  pointer-events: none;
}
.account-info--person:before {
  content: "";
  font-family: "Font Awesome 5 free";
  margin-right: 5px;
}
.account-info--person:after {
  content: "";
  font-family: "Font Awesome 5 free";
  margin-left: 5px;
}

.account-info--menu {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 12px 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 12px 0px;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1001;
  background-color: #fff;
  border: 1px solid #0055a5;
  width: 200px;
}
.account-info--menu .nav-pills > li {
  width: 100%;
  border-bottom: 1px solid #0055a5;
}
.account-info--menu .nav-pills > li a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 100%;
  padding: 5px 10px;
  color: #0e0e0e;
}
.account-info--menu .nav-pills > li a:hover {
  background-color: #eeeeee;
}
.account-info--menu .nav-pills > li a.active {
  background-color: #0055a5;
  color: #fff;
}

.menu-item--account:before {
  content: "";
  pointer-events: none;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
}

.loginGroup a {
  padding: 5px 10px;
  display: block;
  color: #0e0e0e;
}
.loginGroup a:hover {
  background-color: #eeeeee;
}

.footer-2 .loginGroup a {
  padding: 0;
}
.footer-2 .loginGroup a:hover {
  background-color: transparent;
}

.btn-mobile {
  background-color: #0055a5;
  padding: 10px 20px;
  float: right;
  max-width: 60px;
}
.btn-mobile:before {
  content: "";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  font-size: 20px;
  color: #ffffff;
}
.btn-mobile:hover, .btn-mobile:active {
  text-decoration: none;
}

#menu-mobile:not(.mm-menu) {
  display: none;
}

.mm-menu.mm-front {
  z-index: 9999 !important;
}

.mm-page {
  position: static !important;
  min-height: auto !important;
}

.modal.fade.in {
  opacity: 1;
}

.modal-backdrop.fade.in {
  opacity: 0.5;
}

.language-object {
  margin-left: 40px;
}
.language-object span {
  margin-left: 5px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.language-object span:first-child {
  margin-left: 0;
}
.language-object span img {
  height: 15px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.language-object span.selected,
.language-object span:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.btn-cart {
  display: inline-block;
  position: relative;
}
.btn-cart a {
  border-radius: 3px;
  padding: 5px 6px;
  display: inline-block;
  line-height: 20px;
  margin-top: 2px;
  color: #FFF;
  background-color: #F58026;
  -webkit-box-shadow: inset 0px -2px #ad5008;
          box-shadow: inset 0px -2px #ad5008;
}
@media (min-width: 576px) {
  .btn-cart a {
    margin-left: 15px;
  }
}
.btn-cart a:before {
  font-family: "Font Awesome 5 free";
  content: "";
  font-size: 20px;
  margin-right: 5px;
}
.btn-cart a:hover {
  background-color: #f68e3e;
  text-decoration: none;
}
.btn-cart a:active {
  background-position: 6px 6px;
  -webkit-box-shadow: inset 0px 0px 0pc 1px #c55b09;
          box-shadow: inset 0px 0px 0pc 1px #c55b09;
}
.btn-cart .cart-price {
  font-weight: bold;
  position: relative;
  bottom: 1px;
}
.btn-cart .cart-count {
  display: inline-block;
  position: relative;
  bottom: 2px;
  margin: 0 2px;
  padding: 3px 5px;
  font-size: 11px;
  line-height: 10px;
  text-align: center;
  background-color: #c55b09;
  border-radius: 8px;
}

.main-cat-list ul, .main-cat-list li,
.sub-cat-list ul,
.sub-cat-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main-cat-list .rtUL a,
.sub-cat-list .rtUL a {
  color: #0e0e0e;
}
.main-cat-list .rtUL .rtLI,
.sub-cat-list .rtUL .rtLI {
  background-image: none !important;
}
.main-cat-list .rtUL .rtLI > div,
.sub-cat-list .rtUL .rtLI > div {
  background-image: none !important;
  padding: 0 !important;
}
.main-cat-list .rtUL .rtLI .rtSp,
.sub-cat-list .rtUL .rtLI .rtSp {
  display: none !important;
}
.main-cat-list .rtUL .rtHover .rtIn, .main-cat-list .rtUL .rtSelected .rtIn,
.sub-cat-list .rtUL .rtHover .rtIn,
.sub-cat-list .rtUL .rtSelected .rtIn {
  color: #0055a5;
  border: 0 !important;
}

.main-cat-list {
  font-size: 15px;
}
.main-cat-list .RadTreeView {
  white-space: normal !important;
  overflow: visible !important;
}
.main-cat-list .rtUL .rtLI {
  display: inline-block;
}
.main-cat-list .rtUL .rtLI:last-child .rtIn {
  margin-right: 0;
}
.main-cat-list .rtUL .rtLI a.rtIn {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  padding: 15px;
  font-weight: bold;
  color: #ffffff;
  font-size: 18px;
}
.main-cat-list .rtUL .rtLI a:hover,
.main-cat-list .rtUL .rtLI a:focus,
.main-cat-list .rtUL .rtLI a:active,
.main-cat-list .rtUL .rtLI .rtHover a.rtIn,
.main-cat-list .rtUL .rtLI .rtSelected a.rtIn {
  background-color: #0062bf;
  color: #ffffff;
}
.main-cat-list .rtUL .rtUL {
  background-color: #0055a5;
}

.submenu {
  margin: 0;
  padding: 0;
}
.submenu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.submenu li a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: normal;
  padding: 5px 15px;
  display: block;
  position: relative;
  color: #0e0e0e;
  border-bottom: 1px solid #cccccc;
}
.submenu li a:hover, .submenu li a:focus {
  color: #0055a5;
  text-decoration: none;
}
.submenu li a.active,
.submenu li .rtSelected a {
  color: #0055a5;
  font-weight: 600;
}
.submenu li:last-child {
  border-bottom: 0px;
}
.submenu .child-items {
  padding-left: 0;
  margin-bottom: 0;
}
.submenu .child-items a {
  position: relative;
  padding-left: 30px;
}
.submenu .child-items a:before {
  content: "-";
  position: absolute;
  left: 20px;
}

/*================================================
    6. Content
================================================*/
.list-style-checklist {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.list-style-checklist li {
  padding-left: 20px;
  position: relative;
}
.list-style-checklist li:before {
  content: "";
  font-family: "Font Awesome 5 free";
  position: absolute;
  left: 0px;
  top: -2px;
  color: #43b967;
  font-size: 16px;
}

#modal-added {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #modal-added:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
#modal-added .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#modal-added .modal-content {
  padding: 20px;
}
#modal-added .modal-content h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
#modal-added .divider-text {
  display: inline-block;
  margin: 6px;
}
@media screen and (max-width: 575px) {
  #modal-added .divider-text .divider-text {
    display: block;
    margin: 0;
  }
}

.searchbar-wrapper .RadSearchBox {
  width: 100% !important;
}
.searchbar-wrapper .RadSearchBox .rsbInner {
  height: 32px !important;
  background: #fff !important;
  border-radius: 0 !important;
  border: 1px solid #cccccc !important;
  padding: 0 !important;
}
.searchbar-wrapper .RadSearchBox .rsbInner.rsbFocused {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6) !important;
          box-shadow: 0 0 8px rgba(82, 168, 236, 0.6) !important;
}
.searchbar-wrapper .RadSearchBox .rsbInput {
  width: calc(100% - 30px) !important;
  height: 30px !important;
  line-height: 30px !important;
  margin: 0px !important;
  padding: 5px 10px;
}
.searchbar-wrapper .RadSearchBox .rsbButton {
  position: inherit !important;
  height: 30px !important;
  width: 30px !important;
  margin: 0 !important;
  border: 0 !important;
}
.searchbar-wrapper .RadSearchBox .rsbButton:focus {
  outline: none;
}
.searchbar-wrapper .RadSearchBox .rsbButtonSearch .rsbIcon {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  background: transparent;
  margin: 0 !important;
  right: 0px;
  left: 0 !important;
  top: 0 !important;
  height: 100%;
  width: 100%;
}
.searchbar-wrapper .RadSearchBox .rsbButtonSearch .rsbIcon:hover, .searchbar-wrapper .RadSearchBox .rsbButtonSearch .rsbIcon:focus {
  color: #fff;
  background-color: #0055a5;
}
.searchbar-wrapper .RadSearchBox .rsbButtonSearch .rsbIcon:after {
  content: "";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  display: block;
  line-height: 30px;
}

.RadGrid:focus,
.rgMasterTable:focus {
  outline: none;
}

.rgMasterTable {
  margin-top: 15px;
}
.rgMasterTable .rgHeader {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-weight: 600 !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  color: #0055a5;
}
.rgMasterTable .rgHeader a {
  color: #0055a5;
}
.rgMasterTable .rgHeader a:after {
  font-family: "Font Awesome 5 free";
  content: "";
  margin-left: 5px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.rgMasterTable .rgHeader.rgSorted a:after {
  content: "";
  margin-left: 0px;
}
.rgMasterTable .rgHeader .rgSortAsc {
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-top: 5px solid #0055a5 !important;
  height: 0px !important;
  width: 0px !important;
}
.rgMasterTable .rgHeader .rgSortDesc {
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-bottom: 5px solid #0055a5 !important;
  height: 0px !important;
  width: 0px !important;
}
.rgMasterTable .rgRow td,
.rgMasterTable .rgAltRow td {
  padding: 10px 7px !important;
  vertical-align: top;
}
.rgMasterTable .rgRow {
  background: #eeeeee;
}

.RadGrid td.rgPagerCell {
  padding: 15px 0 !important;
  border-top: 1px solid #cccccc !important;
  border-bottom: 1px solid #cccccc !important;
}

.RadGrid .rgWrap {
  margin-right: 15px !important;
  line-height: 32px !important;
}

.RadGrid .rgPageFirst,
.RadGrid .rgPagePrev,
.RadGrid .rgPageNext,
.RadGrid .rgPageLast {
  vertical-align: middle !important;
}
.RadGrid .rgPageFirst:hover, .RadGrid .rgPageFirst:focus,
.RadGrid .rgPagePrev:hover,
.RadGrid .rgPagePrev:focus,
.RadGrid .rgPageNext:hover,
.RadGrid .rgPageNext:focus,
.RadGrid .rgPageLast:hover,
.RadGrid .rgPageLast:focus {
  outline: none;
}

.RadGrid .rgNumPart a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #cccccc;
  margin-right: 5px !important;
  padding: 0px 8px !important;
  line-height: 32px !important;
}
.RadGrid .rgNumPart a:hover {
  border: 1px solid #003b72;
  color: #003b72;
}
.RadGrid .rgNumPart a span {
  padding: 0 !important;
}
.RadGrid .rgNumPart a.rgCurrentPage {
  background: #0055a5;
  color: #fff;
  border: 1px solid #003b72;
}

.rgPageFirst {
  background-image: url(img/pageSprite.png);
  height: 16px !important;
  width: 16px !important;
  background-position: -33px 0px;
}

.rgPagePrev {
  background-image: url(img/pageSprite.png);
  height: 16px !important;
  width: 16px !important;
  background-position: 0px 0px;
}

.rgPageNext {
  background-image: url(img/pageSprite.png);
  height: 16px !important;
  width: 16px !important;
  background-position: -16px 0px;
}

.rgPageLast {
  background-image: url(img/pageSprite.png);
  height: 16px !important;
  width: 16px !important;
  background-position: -49px 0px;
}

.RadGrid .rgInfoPart {
  margin-right: 0 !important;
}

.rgAdvPart .RadComboBox {
  width: 80px !important;
}
.rgAdvPart .RadComboBox .rcbReadOnly {
  border: 1px solid #cccccc;
}
.rgAdvPart .RadComboBox .rcbReadOnly .rcbInput {
  padding: 0 5px;
}
.rgAdvPart .RadComboBox .rcbReadOnly .rcbInputCell {
  border: 0;
  line-height: 29px !important;
}
.rgAdvPart .RadComboBox .rcbReadOnly .rcbArrowCell a:before {
  content: "";
  font-family: "Font Awesome 5 free";
  position: absolute;
  right: 6px;
  font-size: 15px;
  top: 50%;
}

.RadGridReponsive {
  width: auto !important;
}
@media (max-width: 991px) {
  .RadGridReponsive {
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
  }
  .RadGridReponsive::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
  }
  .RadGridReponsive::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.RadGridReponsive .rgMasterTable {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .RadGridReponsive .rgMasterTable {
    position: relative;
    min-width: 800px;
  }
  .RadGridReponsive .rgMasterTable img {
    max-width: 100px;
  }
}

.collapse-product--details {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  font-weight: normal;
}

.js-collapse-product--trigger:before {
  content: "";
  font-family: "Font Awesome 5 free";
  margin-right: 5px;
  font-weight: normal;
  color: #0055a5;
}
.js-collapse-product--trigger:hover {
  cursor: pointer;
}
.js-collapse-product--trigger.collapsed .collapse-product--details {
  height: auto;
  opacity: 1;
}
.js-collapse-product--trigger.collapsed:before {
  content: "";
}

.order-products--table .rgRow td,
.order-products--table .rgAltRow td {
  padding-bottom: 62px !important;
}

.order-products-btn--container {
  padding-bottom: 46px !important;
}

.order-products-btn--wrapper {
  position: absolute;
  left: 10px;
  margin-top: 10px;
}
.order-products-btn--wrapper .btn, .order-products-btn--wrapper .link-download, .order-products-btn--wrapper .btn-transparent {
  margin-right: 5px;
}

/*============================================
	8. Footer styling
============================================*/
#Form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrapper-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.wrapper-page .wrapper-footer {
  margin-top: auto;
}

.wrapper-footer {
  font-size: 0.8rem;
}

.footer {
  padding: 50px 0;
  background-color: #eeeeee;
  color: #333333;
}
.footer a, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
  color: #333333;
}

.footer-2 {
  padding: 15px 0;
  background-color: #fff;
  color: #333333;
}
.footer-2 a, .footer-2 h1, .footer-2 h2, .footer-2 h3, .footer-2 h4, .footer-2 h5, .footer-2 h6 {
  color: #333333;
}

/*=======================================================
    9. iForm / basic fields
=======================================================*/
label {
  font-weight: bold;
}

label.required:after {
  content: " *";
}

.custom-radio-button-list td {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 10px 15px;
  margin-bottom: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.custom-radio-button-list td input[type=radio] {
  margin-top: 6px;
}
.custom-radio-button-list td label {
  width: 100%;
  margin-bottom: 0;
}

.custom-radio-button-list--option {
  border-radius: 0 5px 5px 5px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  margin-top: -8px;
  padding: 10px 15px;
  margin-bottom: 0;
}

.form-row {
  margin-bottom: 5px;
}

.form-row input, .form-row button, .form-row select, .form-row textarea {
  width: 100%;
  margin-bottom: 10px;
}

.form-group {
  position: relative;
}
.form-group textarea {
  margin-bottom: 20px;
  min-height: 100px;
  max-width: 100%;
  min-width: 100%;
}

.form-group textarea {
  margin-bottom: 0;
}

.form-group input[type=checkbox] + label {
  margin-left: 5px;
}

.input-group-addon {
  background: #fff;
}
.input-group-addon i {
  width: 15px;
}

.form-validation,
.form-control-validator {
  color: white;
  font-weight: normal;
  background: #d9534f;
  padding: 7px 15px;
  position: relative;
  border-radius: 5px;
}
.form-validation:before,
.form-control-validator:before {
  content: " ";
  position: absolute;
  z-index: 3;
  top: -5px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #d9534f;
}

.form-captcha {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 15px 15px;
}
.form-captcha img {
  margin-top: 5px;
  float: left;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .form-captcha img {
    float: none;
  }
}

.form-radio label {
  padding-right: 15px;
  padding-left: 5px;
}

.form-date {
  margin-right: 10px;
  width: 30% !important;
  min-width: 80px;
  display: inline-block;
}
.form-date:last-child {
  margin-right: 0;
}

.form-control, .riTextBox {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control-small {
  padding: 2px;
  height: 27px;
  font-size: 14px;
}

/*============================================
	10. Categories
============================================*/
#categories {
  margin-bottom: 30px;
  border: 1px solid #cccccc;
}
#categories h2 {
  font-size: 18px;
  margin: 0;
  padding: 10px 15px;
  background-color: #0055a5;
  color: #fff;
}
#categories h2:before {
  color: #fff;
  margin: 0 10px 0 0;
  font-family: "Font Awesome 5 free";
  content: "";
  font-size: 17px;
  font-weight: 900;
}
#categories h2:hover {
  cursor: pointer;
}
#categories .rtUL .rtUL {
  background-color: #eeeeee;
}
#categories .rtUL .rtUL li a {
  padding-left: 25px;
}
#categories ul,
#categories li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#categories a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #cccccc;
}
#categories .rtSelected a {
  background-color: #0055a5;
  font-weight: bold;
  color: #fff;
  border: none;
}
#categories ul ul {
  border: 1px solid #0055a5;
}
#categories ul ul .rtSelected a {
  background-color: transparent;
  font-weight: bold;
  color: #0055a5;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 767px) {
  #categories > .RadTreeView {
    display: none;
  }
}

/*================================================
    11.1. Carousel
================================================*/
/*================================================
    8. Carousel
================================================*/
.caroufredsel_wrapper {
  width: 100% !important;
}

#carousel-wrapper {
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.5) 0px 0px 8px 0px;
  box-shadow: inset rgba(0, 0, 0, 0.5) 0px 0px 8px 0px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#carousel-wrapper:hover .carousel-btn,
#carousel-wrapper:hover .carousel-pagination {
  opacity: 1;
}

.carousel-image {
  position: relative;
  width: 0;
  float: left;
  background-size: cover;
  background-position: center center;
  min-height: 600px;
}
@media (max-width: 575px) {
  .carousel-image {
    min-height: calc(600px - 200px);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .carousel-image {
    min-height: calc(600px - 100px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-image {
    min-height: calc(600px - 100px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-image {
    min-height: calc(600px - 150px);
  }
}
.carousel-image:hover {
  cursor: default !important;
}
.carousel-image img {
  width: 100%;
}

.carrousel-subpage .carousel-image {
  min-height: 300px;
}
@media (max-width: 575px) {
  .carrousel-subpage .carousel-image {
    min-height: calc(300px - 100px);
  }
}

.following-header--wrapper {
  background-size: cover;
  background-position: center center;
  height: 300px;
}
@media (max-width: 575px) {
  .following-header--wrapper {
    height: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .following-header--wrapper {
    height: 200px;
  }
}

.carousel-btn {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-size: 100px;
  color: #ffffff;
  font-size: 75px;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 576px) {
  .carousel-btn {
    display: none !important;
  }
}
.carousel-btn:hover, .carousel-btn:focus {
  color: #ffffff;
}

.carousel-btn-prev {
  left: 20px;
}

.carousel-btn-next {
  right: 20px;
}

.carousel-pagination {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 15px;
  z-index: 1100;
  padding-left: 0px;
  margin-bottom: 0;
  width: 100%;
  opacity: 0;
}
.carousel-pagination a {
  border-radius: 0;
  background: #ffffff;
  border: 1px solid #ffffff;
  height: 10px;
  width: 10px;
  display: inline-block;
  margin: 7px;
}
.carousel-pagination .selected {
  background: #0055a5;
}
.carousel-pagination span {
  display: none;
}

.carousel-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  color: #fff;
  padding: 50px 0;
  text-align: center;
  width: 100%;
}
.carousel-content h1, .carousel-content h2, .carousel-content h3, .carousel-content h4, .carousel-content h5, .carousel-content h6, .carousel-content p {
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
  color: #ffffff;
}
.carousel-content h2 {
  text-transform: uppercase;
  font-size: 44px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .carousel-content h2 {
    font-size: 18px;
  }
}
.carousel-content h3 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .carousel-content h3 {
    font-size: 16px;
  }
}
.carousel-content a {
  text-shadow: rgba(0, 0, 0, 0) 1px 1px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 3px 0px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 3px 0px;
}
.carousel-content a:not([href]) {
  display: none;
}
.carousel-content:empty {
  display: none;
}

/* FOUC fix */
.loading-images {
  position: relative;
}
.loading-images img {
  opacity: 0;
}
.loading-images:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 2;
  background: #fff url(img/loading.gif) no-repeat center 100px;
}

.carousel-alt {
  margin: 0 -10px;
}

.carousel-image--alt {
  position: relative;
  float: left;
  margin: 0 10px;
}
.carousel-image--alt a:not([href]) {
  cursor: default !important;
}
.carousel-image--alt img {
  width: 100%;
  outline-color: transparent;
}

/*============================================
	11.2. Detail pagina Slider
============================================*/
.slider-items {
  position: relative;
  float: left;
}
.slider-items img {
  display: block;
  max-width: 100%;
  height: auto;
}
.slider-items a {
  display: inline-block;
  border: 1px solid #cccccc;
}

.slider-prev,
.slider-next {
  display: none !important;
}

.pagination-wrapper {
  margin-top: 5px;
}
.pagination-wrapper .thumbs-container {
  display: block;
}
.pagination-wrapper .slider-thumnail-items {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 16.65%;
}
.pagination-wrapper .slider-thumnail-items a {
  display: block;
  margin: 5px;
}
.pagination-wrapper .slider-thumnail-items.selected a {
  border: 1px solid #0055a5;
  opacity: 0.6;
}

/* FOUC fix, requires loading images script */
.loading-images {
  position: relative;
}
.loading-images img {
  opacity: 0;
}
.loading-images:before {
  content: "";
  z-index: 2;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  position: absolute;
  background: #fff url(img/loading.gif) no-repeat center 100px;
}

/*============================================
	12. Breadcrumb
============================================*/
.breadcrumb {
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 0.9rem;
}
.breadcrumb a {
  color: #555555;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb > li span:before {
  content: "";
  /* big f054 :  small f105 : arrow f061 : */
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  margin: 0 5px;
  color: #999;
}
.breadcrumb li:first-child:before {
  content: "";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  margin-right: 5px;
}
.breadcrumb li:last-child a {
  font-weight: bold;
  text-decoration: none;
}

.breadcrumb > .active {
  color: #0055a5;
  text-decoration: underline;
}

/*============================================
	13. Search
============================================*/
.search-wrapper-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 991px) {
  .search-wrapper-header {
    margin-right: 15px;
  }
}
.search-wrapper-header .search-wrapper--inner {
  height: 35px;
  width: 100%;
}
.search-wrapper-header .search-input {
  border-radius: 5px 0px 0px 5px;
  padding: 8px 10px;
  border: 0;
  font-size: 13px;
  width: calc(100% - 34px);
  color: #0055a5;
  height: 100%;
}
.search-wrapper-header .search-btn {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0 5px 5px 0;
  background-color: #fff;
  display: inline-block;
  height: 100%;
  padding: 4px 8px;
  margin-left: -4px;
  width: 30px;
}
.search-wrapper-header .search-btn:hover {
  background-color: #F58026;
}
.search-wrapper-header .search-btn:hover:before {
  color: #fff;
}
.search-wrapper-header .search-btn:before {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  color: #0055a5;
  position: relative;
  top: 0px;
  font-size: 13px;
}

.search-wrapper .search-wrapper--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-wrapper .search-input {
  border-radius: 5px;
  border: 1px solid #0055a5;
  padding: 8px 10px;
  color: #0055a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.search-wrapper .search-btn {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
  background-color: #0055a5;
  color: #fff;
  display: inline-block;
  height: 100%;
  padding: 9px 12px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-wrapper .search-btn:hover {
  background-color: #F58026;
}
.search-wrapper .search-btn:hover:before {
  color: #fff;
}
.search-wrapper .search-btn:before {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  margin-right: 5px;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  color: #fff;
  position: relative;
  top: 0px;
}

/*	Searchresults page */
.dnnSearchResults > h2 {
  font-size: 18px;
}
.dnnSearchResults span.searchquery {
  color: #0055a5;
}
.dnnSearchResults .SearchNumber {
  padding: 0;
  margin: 0 20px;
  display: inline-block;
  width: 30px;
  text-align: center;
  height: 30px;
  background: #FFF;
  line-height: 30px;
  color: #222;
  border: 1px solid #BBB;
  border-radius: 100%;
}
.dnnSearchResults table h2 a {
  font-size: 16px;
  color: #0055a5;
}
.dnnSearchResults table h2 a:hover {
  color: #F58026;
  text-decoration: none;
}
.dnnSearchResults table p a {
  color: #0055a5;
}
.dnnSearchResults table p a:hover {
  color: #F58026;
}
.dnnSearchResults table .dnnGridAltItem {
  border-top: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
}

/*============================================
	14. iEntity list/details
============================================*/
.ientity-grid-item {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  text-align: center;
  border: 1px solid #cccccc;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .ientity-grid-item {
    min-height: 300px;
  }
}
@media (max-width: 575px) {
  .ientity-grid-item {
    max-width: 421px;
    margin: 0 auto 30px;
  }
}
.ientity-grid-item:hover, .ientity-grid-item:focus {
  border: 1px solid #0055a5;
}
.ientity-grid-item .caption {
  display: block;
  padding: 15px;
  border-top: 1px solid #cccccc;
  height: 55px;
  margin-bottom: 15px;
  overflow: hidden;
}
.ientity-grid-item .caption h3 {
  margin-bottom: 0;
  font-size: 16px;
  color: #0055a5;
  line-height: 20px;
}
.ientity-grid-item img {
  max-width: 100%;
}

.item {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}

.item--list {
  border: 1px solid #cccccc;
  margin-bottom: 30px;
}

.item--grid {
  border: 1px solid #cccccc;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .item--grid {
    max-width: 421px;
    margin: 0 auto 30px;
  }
}

.product-view-list > div:last-child a {
  border-bottom: 0;
  padding-bottom: 0;
}

.item-img {
  border-bottom: 0;
}

.onsale .item-img,
.item-on-sale.item-img {
  position: relative;
  display: block;
}
.onsale .item-img:before,
.item-on-sale.item-img:before {
  background: url("img/action-banner.png") top right no-repeat;
  content: " ";
  background-size: cover;
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  height: 80px;
  width: 80px;
}

.item-img--list {
  overflow: hidden;
  border-right: 1px solid #cccccc;
  background-size: cover;
  background-position: center;
  height: 100%;
}
@media (max-width: 575px) {
  .item-img--list {
    min-height: 200px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .item-img--list {
    min-height: 250px;
  }
}
.item-img--list .item-on-sale.item-img:before {
  width: 50px;
  height: 50px;
}

.item-content h1, .item-content h2, .item-content h3, .item-content h4, .item-content h5, .item-content h6 {
  margin-bottom: 0;
  font-size: 16px;
  color: #0055a5;
}
.item-content .product-price {
  margin-top: 5px;
  color: #0e0e0e;
}
.item-content .product-price .product-price-from {
  display: none;
  margin-left: 15px;
  color: #cccccc;
  text-decoration: line-through;
}

.item-content--grid {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 15px;
}

.item-content--list {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.item-content--list .item-intro {
  max-height: 100px;
  overflow: hidden;
}
.item-content--list .item-content--list-bottom {
  margin-top: auto;
}
.item-content--list .item-locations {
  max-height: 55px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.product-view-grid .item-content--grid {
  min-height: 93px;
}

.item--provider {
  padding: 15px;
  color: #0e0e0e;
  height: calc(100% - 30px);
}
.item--provider:hover {
  border-color: #0055a5;
  color: #0e0e0e;
}
.item--provider .item--img {
  text-align: center;
}
.item--provider .item--img img {
  margin-bottom: 15px;
}

.btn-absolute {
  position: absolute;
  bottom: 10px;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  z-index: 2;
}

.product-view-actions--top {
  padding: 15px 0;
  margin: 15px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.product-view-actions--bottom {
  padding: 15px 0;
  border-top: 1px solid #cccccc;
}

.product-view-toggle .product-view-action-grid,
.product-view-toggle .product-view-action-list {
  text-decoration: none;
}
.product-view-toggle .product-view-action-grid:before,
.product-view-toggle .product-view-action-list:before {
  color: #cccccc;
  margin: 0 3px;
  font-size: 23px;
  line-height: 23px;
  content: "";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  font-weight: normal;
}
.product-view-toggle .product-view-action-grid.active:before, .product-view-toggle .product-view-action-grid:hover:before,
.product-view-toggle .product-view-action-list.active:before,
.product-view-toggle .product-view-action-list:hover:before {
  color: #0e0e0e;
}
.product-view-toggle .product-view-action-grid:before {
  content: "";
}

.product-sorting label {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
}
.product-sorting .form-control, .product-sorting .riTextBox {
  display: inline-block;
  width: 160px;
}

.product-view-title {
  line-height: 42px;
}
@media (max-width: 500px) {
  .product-view-title {
    line-height: 22px;
    display: block;
  }
}

.pagination,
.item-view-pagination {
  text-align: center;
  width: 100%;
  margin: 0px;
}
.pagination .RadDataPager,
.item-view-pagination .RadDataPager {
  display: inline-block;
}
.pagination .RadDataPager .rdpWrap,
.item-view-pagination .RadDataPager .rdpWrap {
  float: left;
}
.pagination .RadDataPager .rdpWrap .rdpPagePrev,
.item-view-pagination .RadDataPager .rdpWrap .rdpPagePrev {
  margin-right: 30px;
}
.pagination .RadDataPager .rdpWrap .rdpPageNext,
.item-view-pagination .RadDataPager .rdpWrap .rdpPageNext {
  margin-left: 30px;
}
.pagination .RadDataPager .rdpNumPart a,
.item-view-pagination .RadDataPager .rdpNumPart a {
  width: 25px;
  display: inline-block;
  padding: 6px 0;
  font-size: 13px;
  margin: 0px 3px;
  border: 1px solid #DDD;
  text-decoration: none;
  font-weight: normal;
}
.pagination .RadDataPager .rdpNumPart a:hover,
.item-view-pagination .RadDataPager .rdpNumPart a:hover {
  border-color: #0055a5;
  background-color: transparent;
}
.pagination .RadDataPager .rdpNumPart a span,
.item-view-pagination .RadDataPager .rdpNumPart a span {
  float: none;
  margin: 0;
  padding: 0;
}
.pagination .RadDataPager .rdpNumPart a.more,
.item-view-pagination .RadDataPager .rdpNumPart a.more {
  border: 0;
}
.pagination .RadDataPager .rdpNumPart a.rdpCurrentPage,
.item-view-pagination .RadDataPager .rdpNumPart a.rdpCurrentPage {
  background-color: #0055a5;
  border-color: #0055a5;
  color: #FFF;
}
.pagination .RadDataPager .rdpWrap input,
.item-view-pagination .RadDataPager .rdpWrap input {
  background: none;
  border: 1px solid #0055a5;
  margin-right: 40px;
  border-radius: 26px;
  padding: 0px 16px;
  line-height: 31px;
}
.pagination .RadDataPager .rdpWrap input:hover,
.item-view-pagination .RadDataPager .rdpWrap input:hover {
  background-color: #0055a5;
  color: #FFF;
}

.pagination-top {
  text-align: left;
}
.pagination-top .rdpNumPart {
  text-align: center;
}

.product-view-actions--bottom {
  padding: 15px 0;
  border-top: 1px solid #cccccc;
}

.filter-expand-trigger {
  display: block;
  font-weight: 600;
  border: 1px solid #cccccc;
  padding: 7px 10px;
}
.filter-expand-trigger:hover {
  cursor: pointer;
}
.filter-expand-trigger:before {
  content: "";
  font-family: "Font Awesome 5 free";
  margin-right: 5px;
}

.product-filter--wrapper {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .product-filter--wrapper {
    height: 0px;
    opacity: 0;
    overflow: hidden;
    border: 1px solid #cccccc;
    border-top: 0;
    padding: 10px;
  }
  .product-filter--wrapper.open {
    height: auto;
    opacity: 1;
    margin-bottom: 15px;
  }
}

.price-slider {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  font-family: "Open Sans", sans-serif;
}

.label-filter,
.filter--label {
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
  font-size: 16px;
}

.filter-item--container {
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}

table.checkbox-custom, table.radio-custom {
  width: 100%;
}

input[type=radio] {
  margin-right: 5px;
}

.checkbox-custom input[type=checkbox], .radio-custom input[type=checkbox],
.checkbox-custom input[type=radio],
.radio-custom input[type=radio] {
  display: none;
}
.checkbox-custom label, .radio-custom label {
  padding-left: 25px;
  position: relative;
  font-weight: normal;
}
.checkbox-custom label:hover, .radio-custom label:hover {
  cursor: pointer;
  color: #0055a5;
}
.checkbox-custom label:hover:before, .radio-custom label:hover:before {
  border: 1px solid #0055a5;
}
.checkbox-custom label:before, .radio-custom label:before {
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  color: #0055a5;
  position: absolute;
  left: 0px;
  top: 2px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  padding: 0 1px;
  border: 1px solid #ccc;
  font-size: 0px;
  line-height: 16px;
}
.checkbox-custom input[type=checkbox]:checked + label:before, .radio-custom input[type=checkbox]:checked + label:before {
  border: 1px solid #0055a5;
  font-size: 14px;
  line-height: 16px;
}

.radio-custom label:before {
  border-radius: 99px;
  content: "";
}
.radio-custom input[type=radio]:checked + label:before {
  border: 1px solid #0055a5;
  font-size: 10px;
  line-height: 13px;
  padding-left: 2px;
}

.price-slider {
  margin-top: 15px;
}

.rad-slider-wrapper {
  margin-top: 15px;
}

.RadSlider, .rslHorizontal {
  width: 100% !important;
}

.RadSlider .rslHorizontal .rslTrack {
  width: 100% !important;
  left: 0px !important;
  background: #fff !important;
  border: solid #0e0e0e;
  border-width: 1px !important;
  height: 6px !important;
}

.RadSlider_Default .rslHorizontal .rslSelectedregion {
  background: #0055a5 !important;
}

.rslItemsWrapper {
  display: none;
}

.RadSlider_Default .rslHorizontal a.rslDraghandle {
  background-image: none !important;
  height: 20px !important;
  width: 20px !important;
  background: #0055a5;
  border-radius: 99px;
  overflow: visible;
}

.RadSlider .rslDraghandle span {
  display: block;
  position: absolute;
  top: -20px;
  right: -7px;
  color: #0055a5;
  font-weight: bold;
  font-size: 12px;
  text-indent: 0px;
}

.RadSlider .rslDraghandle:last-child span {
  top: -30px;
}

.stock-notification {
  /*display: block;
  padding: 10px;
  border: 1px solid $brand-primary;
  text-align: center;
  */
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
}

.RadDropDownList.RadDropDownList_Expedient {
  outline: none;
  margin-left: 5px;
}
.RadDropDownList.RadDropDownList_Expedient .rddlInner {
  position: relative;
  padding: 5px 10px;
  padding-right: 32px;
  height: auto;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.RadDropDownList.RadDropDownList_Expedient .rddlFakeInput {
  margin-top: 5px;
  height: auto;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.RadDropDownList.RadDropDownList_Expedient .rddlIcon {
  background: #fff;
  top: 0px;
  bottom: 0px;
  height: auto;
  width: auto;
  padding: 8px 7px;
  border-left: 1px solid #cccccc;
}
.RadDropDownList.RadDropDownList_Expedient .rddlIcon:after {
  content: "";
  display: block;
  font-family: "Font Awesome 5 free";
}

.rddlSlide .rddlPopup_Expedient {
  margin-top: -1px;
  background: #fff;
  padding: 0;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.rddlSlide .rddlPopup_Expedient .rddlItem {
  padding: 5px 10px;
  border-bottom: 1px solid #cccccc;
}
.rddlSlide .rddlPopup_Expedient .rddlItem:last-child {
  border: 0;
}
.rddlSlide .rddlPopup_Expedient .rddlItemHovered {
  background: #eeeeee;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.rddlSlide .rddlPopup_Expedient .rddlItemSelected {
  background: #1e90ff;
  color: #fff;
}

.show-more-container {
  position: relative;
}

.show-more-open, .show-more-closed {
  width: 100%;
  height: 30px;
  text-align: center;
  position: relative;
  border-top: 1px solid #cccccc;
  cursor: pointer;
}
.show-more-open:hover, .show-more-closed:hover {
  color: #0055a5;
}
.show-more-open .show-more-btn:before, .show-more-closed .show-more-btn:before {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  content: "";
  margin-right: 10px;
  font-size: 16px;
  line-height: 20px;
}

.show-more-closed:before {
  background: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#FFFFFF));
  background: -o-linear-gradient(top, transparent 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, transparent 0%, #FFFFFF 100%);
  content: " ";
  display: block;
  position: absolute;
  top: -30px;
  width: 100%;
  height: 29px;
  text-align: center;
}
.show-more-closed .show-more-btn:before {
  content: "";
}

/*============================================
	15. iEntity news
============================================*/
.ientity-news-list-item {
  display: block;
  border-top: 1px solid #cccccc;
  padding-top: 15px;
  margin-top: 15px;
  color: #0e0e0e;
}
.ientity-news-list-item h3 {
  margin: 0 0 10px 0;
}
.ientity-news-list-item:focus, .ientity-news-list-item:hover {
  color: #0e0e0e;
}
.ientity-news-list-item:focus .btn, .ientity-news-list-item:focus .link-download, .ientity-news-list-item:focus .btn-transparent, .ientity-news-list-item:hover .btn, .ientity-news-list-item:hover .link-download, .ientity-news-list-item:hover .btn-transparent {
  background-color: #0055a5 !important;
  color: #fff;
}

.date {
  font-style: italic;
  color: #666;
  margin-bottom: 10px;
  display: inline-block;
  padding: 2px 8px;
  font-size: 10px;
  color: #FFF;
  background-color: #0055a5;
  border-radius: 3px;
}

/*=======================================================
    16. Shopping cart
=======================================================*/
.item--cart {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.item--cart__header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .item--cart__header {
    border-top: 1px solid #cccccc;
    padding: 8px 0;
  }
}

.radiobuttonlist-fix label {
  font-weight: normal;
  margin-left: 5px;
}

.wizard ol {
  margin: 0;
  padding: 0;
}
.wizard li {
  padding: 0px 25px;
  background-color: #EEE;
  line-height: 42px;
  display: inline-block;
  color: #AFAFAF;
  position: relative;
  margin-left: 35px;
}
@media (max-width: 575px) {
  .wizard li {
    margin-left: 0;
    font-size: 12px;
    line-height: 24px;
    padding: 0 5px;
    margin-right: 5px;
  }
  .wizard li:before, .wizard li:after {
    display: none;
  }
}
.wizard li:first-child, .wizard li.wizard-step-single {
  margin-left: 0px;
}
.wizard li:first-child:before, .wizard li.wizard-step-single:before {
  border: none;
}
.wizard li:before {
  content: " ";
  width: 30px;
  height: 0;
  border-bottom: 0px solid transparent;
  border-top: 42px solid transparent;
  position: absolute;
  top: 0px;
  left: -30px;
  border-right: 30px solid #eee;
}
.wizard li:after {
  content: " ";
  width: 30px;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 42px solid transparent;
  position: absolute;
  top: 0px;
  right: -30px;
  border-left: 30px solid #eee;
}
.wizard li.active {
  background-color: #0055a5;
  text-decoration: none;
  color: #fff;
}
.wizard li.active:before {
  border-right: 30px solid #0055a5;
}
.wizard li.active:after {
  border-left: 30px solid #0055a5;
}
.wizard li.disabled {
  background-color: #ececec;
  color: #b4b4b4;
}
.wizard li.disabled:before {
  border-right: 30px solid #ececec;
}
.wizard li.disabled:after {
  border-left: 30px solid #ececec;
}

/*=======================================================
    17. Dealermodule
=======================================================*/
.height-dealer {
  overflow: hidden;
}
@media (min-width: 992px) {
  .height-dealer {
    height: 170px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .height-dealer {
    height: 170px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .height-dealer {
    height: 170px;
  }
}

/*=======================================================
    18. Resets / Base classes
=======================================================*/
/* Additional alerts */
.alert-default {
  background: #f7f7f7;
  border: 1px solid #ccc;
}

/* == DNN resets  == */
.controlpanel header {
  margin-top: 86px;
}

.controlpanel .topbar {
  margin-top: 40px;
}

.dnnSendPassword {
  max-width: 400px;
  margin: 0 auto;
}

.DnnModule-Authentication .dnnFormValidationSummary {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebcccc;
}

/*============================================
	19. SSCSS (ShameSCSS)
============================================*/
.DNNEmptyPane {
  display: none;
}

@media (max-width: 575px) {
  .col-xs-auto {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .col-sm-auto {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-md-auto {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-lg-auto {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
}
.alert-fix {
  float: left;
}

/* DROPDOWN BOX */
.RadDropDownTree, .rddtPopup {
  width: 300px !important;
  max-width: 100% !important;
}
.RadDropDownTree:focus, .rddtPopup:focus {
  outline: none !important;
}
.RadDropDownTree .rddtFakeInput, .rddtPopup .rddtFakeInput {
  height: 24px !important;
}
.RadDropDownTree .rddtInner, .rddtPopup .rddtInner {
  height: 30px !important;
  background: #fff !important;
  border-radius: 0 !important;
  border: 1px solid #cccccc !important;
}
.RadDropDownTree .rddtIcon, .rddtPopup .rddtIcon {
  margin-top: 4px;
}

/* SEARCHBOX */
.RadSearchBox {
  width: 100% !important;
}
.RadSearchBox .rsbInner {
  height: 30px !important;
  background: #fff !important;
  border-radius: 0 !important;
  border: 1px solid #cccccc !important;
}
.RadSearchBox .rsbInner.rsbFocused {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6) !important;
          box-shadow: 0 0 8px rgba(82, 168, 236, 0.6) !important;
}
.RadSearchBox .rsbInput {
  width: calc(100% - 27px) !important;
  height: 24px !important;
  line-height: 23px !important;
}
.RadSearchBox .rsbButton {
  position: inherit !important;
  margin-top: 3px !important;
}
.RadSearchBox .rsbButton:focus {
  outline: none;
}
.RadSearchBox .rsbButtonSearch .rsbIcon {
  background: url(Img/Search.png) no-repeat;
  margin: 0 !important;
  right: 0px;
  left: 0 !important;
  top: 0 !important;
}

.RadEditor.Default.reWrapper {
  height: auto !important;
  margin-bottom: 50px;
}

.dnnFormSuccess span {
  display: block;
  border: 1px solid #37a039;
  padding: 15px;
  margin-bottom: 15px;
  text-align: center;
  background-color: #b3d6b3;
  color: #2a7a2c;
}

.dnnFormValidationSummary span {
  display: block;
  border: 1px solid #f5ca50;
  padding: 15px;
  margin-bottom: 15px;
  text-align: center;
  background-color: #fbe39e;
  color: #ab9148;
}

/*============================================
	Expedient helper classes
============================================*/
.padding {
  padding: 15px !important;
}

.padding-top {
  padding-top: 15px !important;
}

.padding-bottom {
  padding-bottom: 15px !important;
}

.padding-left {
  padding-left: 15px !important;
}

.padding-right {
  padding-right: 15px !important;
}

.padding-double {
  padding: 30px !important;
}

.padding-top-double {
  padding-top: 30px !important;
}

.padding-bottom-double {
  padding-bottom: 30px !important;
}

.padding-left-double {
  padding-left: 30px !important;
}

.padding-right-double {
  padding-right: 30px !important;
}

.padding-half {
  padding: 8px !important;
}

.padding-top-half {
  padding-top: 8px !important;
}

.padding-bottom-half {
  padding-bottom: 8px !important;
}

.padding-left-half {
  padding-left: 8px !important;
}

.padding-right-half {
  padding-right: 8px !important;
}

.padding-content {
  padding: 50px !important;
}

.padding-top-content {
  padding-top: 50px !important;
}

.padding-bottom-content {
  padding-bottom: 50px !important;
}

.padding-left-content {
  padding-left: 50px !important;
}

.padding-right-content {
  padding-right: 50px !important;
}

.padding-content-double {
  padding: 100px !important;
}

.padding-top-content-double {
  padding-top: 100px !important;
}

.padding-bottom-content-double {
  padding-bottom: 100px !important;
}

.padding-left-content-double {
  padding-left: 100px !important;
}

.padding-right-content-double {
  padding-right: 100px !important;
}

.padding-reset {
  padding: 0 !important;
}

.padding-top-reset {
  padding-top: 0 !important;
}

.padding-bottom-reset {
  padding-bottom: 0 !important;
}

.padding-left-reset {
  padding-left: 0 !important;
}

.padding-right-reset {
  padding-right: 0 !important;
}

.margin {
  margin: 15px !important;
}

.margin-top {
  margin-top: 15px !important;
}

.margin-bottom {
  margin-bottom: 15px !important;
}

.margin-left {
  margin-left: 15px !important;
}

.margin-right {
  margin-right: 15px !important;
}

.margin-double {
  margin: 30px !important;
}

.margin-top-double {
  margin-top: 30px !important;
}

.margin-bottom-double {
  margin-bottom: 30px !important;
}

.margin-left-double {
  margin-left: 30px !important;
}

.margin-right-double {
  margin-right: 30px !important;
}

.margin-half {
  margin: 8px !important;
}

.margin-top-half {
  margin-top: 8px !important;
}

.margin-bottom-half {
  margin-bottom: 8px !important;
}

.margin-left-half {
  margin-left: 8px !important;
}

.margin-right-half {
  margin-right: 8px !important;
}

.margin-reset {
  margin: 0 !important;
}

.margin-top-reset {
  margin-top: 0 !important;
}

.margin-bottom-reset {
  margin-bottom: 0 !important;
}

.margin-left-reset {
  margin-left: 0 !important;
}

.margin-right-reset {
  margin-right: 0 !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.clear {
  float: none !important;
}

.border {
  border: 1px solid #cccccc;
}

.border-top {
  border-top: 1px solid #cccccc;
}

.border-bottom {
  border-bottom: 1px solid #cccccc;
}

.border-left {
  border-left: 1px solid #cccccc;
}

.border-right {
  border-right: 1px solid #cccccc;
}

.border-reset {
  border: 0 !important;
}

.border-top-reset {
  border-top: 0 !important;
}

.border-bottom-reset {
  border-bottom: 0 !important;
}

.border-left-reset {
  border-left: 0 !important;
}

.border-right-reset {
  border-right: 0 !important;
}

.background-primary {
  background-color: #0055a5;
}

.background-primary-light {
  background-color: #0062bf;
}

.background-primary-lighter {
  background-color: #006fd8;
}

.background-gradient--primary-secondary {
  background: #0055a5;
  background: -o-linear-gradient(135deg, #0055a5 0%, #F58026 100%);
  background: linear-gradient(-45deg, #0055a5 0%, #F58026 100%);
}

.background-secondary {
  background-color: #F58026;
}

.background-cta {
  background-color: #F58026;
}

.background-tertiary {
  background-color: #C3C3C3;
}

.background-white {
  background-color: #ffffff;
}

.background-black {
  background-color: #0e0e0e;
}

.background-gray {
  background-color: #555555;
}

.background-gray-light {
  background-color: #cccccc;
}

.background-gray-lighter {
  background-color: #eeeeee;
}

.background-gray-dark {
  background-color: #333333;
}

.drop-shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.display-table {
  display: table;
  width: calc(100% + 60px);
}
.display-table > .col-lg-1, .display-table > .col-lg-10, .display-table > .col-lg-11, .display-table > .col-lg-12, .display-table > .col-lg-2, .display-table > .col-lg-3, .display-table > .col-lg-4, .display-table > .col-lg-5, .display-table > .col-lg-6, .display-table > .col-lg-7, .display-table > .col-lg-8, .display-table > .col-lg-9,
.display-table > .col-md-1, .display-table > .col-md-10, .display-table > .col-md-11, .display-table > .col-md-12, .display-table > .col-md-2, .display-table > .col-md-3, .display-table > .col-md-4, .display-table > .col-md-5, .display-table > .col-md-6, .display-table > .col-md-7, .display-table > .col-md-8, .display-table > .col-md-9,
.display-table > .col-sm-1, .display-table > .col-sm-10, .display-table > .col-sm-11, .display-table > .col-sm-12, .display-table > .col-sm-2, .display-table > .col-sm-3, .display-table > .col-sm-4, .display-table > .col-sm-5, .display-table > .col-sm-6, .display-table > .col-sm-7, .display-table > .col-sm-8, .display-table > .col-sm-9,
.display-table > .col-xs-1, .display-table > .col-xs-10, .display-table > .col-xs-11, .display-table > .col-xs-12, .display-table > .col-xs-2, .display-table > .col-xs-3, .display-table > .col-xs-4, .display-table > .col-xs-5, .display-table > .col-xs-6, .display-table > .col-xs-7, .display-table > .col-xs-8, .display-table > .col-xs-9 {
  float: none;
  display: table-cell;
  vertical-align: top;
}

.seperator-row {
  margin-left: -30px;
  margin-right: -30px;
}
.seperator-row > .col-lg-1, .seperator-row > .col-lg-10, .seperator-row > .col-lg-11, .seperator-row > .col-lg-12, .seperator-row > .col-lg-2, .seperator-row > .col-lg-3, .seperator-row > .col-lg-4, .seperator-row > .col-lg-5, .seperator-row > .col-lg-6, .seperator-row > .col-lg-7, .seperator-row > .col-lg-8, .seperator-row > .col-lg-9,
.seperator-row > .col-md-1, .seperator-row > .col-md-10, .seperator-row > .col-md-11, .seperator-row > .col-md-12, .seperator-row > .col-md-2, .seperator-row > .col-md-3, .seperator-row > .col-md-4, .seperator-row > .col-md-5, .seperator-row > .col-md-6, .seperator-row > .col-md-7, .seperator-row > .col-md-8, .seperator-row > .col-md-9,
.seperator-row > .col-sm-1, .seperator-row > .col-sm-10, .seperator-row > .col-sm-11, .seperator-row > .col-sm-12, .seperator-row > .col-sm-2, .seperator-row > .col-sm-3, .seperator-row > .col-sm-4, .seperator-row > .col-sm-5, .seperator-row > .col-sm-6, .seperator-row > .col-sm-7, .seperator-row > .col-sm-8, .seperator-row > .col-sm-9,
.seperator-row > .col-xs-1, .seperator-row > .col-xs-10, .seperator-row > .col-xs-11, .seperator-row > .col-xs-12, .seperator-row > .col-xs-2, .seperator-row > .col-xs-3, .seperator-row > .col-xs-4, .seperator-row > .col-xs-5, .seperator-row > .col-xs-6, .seperator-row > .col-xs-7, .seperator-row > .col-xs-8, .seperator-row > .col-xs-9 {
  padding-left: 30px;
  padding-right: 30px;
  border-right: 1px solid #cccccc;
}
.seperator-row > .col-lg-1:last-child, .seperator-row > .col-lg-10:last-child, .seperator-row > .col-lg-11:last-child, .seperator-row > .col-lg-12:last-child, .seperator-row > .col-lg-2:last-child, .seperator-row > .col-lg-3:last-child, .seperator-row > .col-lg-4:last-child, .seperator-row > .col-lg-5:last-child, .seperator-row > .col-lg-6:last-child, .seperator-row > .col-lg-7:last-child, .seperator-row > .col-lg-8:last-child, .seperator-row > .col-lg-9:last-child,
.seperator-row > .col-md-1:last-child, .seperator-row > .col-md-10:last-child, .seperator-row > .col-md-11:last-child, .seperator-row > .col-md-12:last-child, .seperator-row > .col-md-2:last-child, .seperator-row > .col-md-3:last-child, .seperator-row > .col-md-4:last-child, .seperator-row > .col-md-5:last-child, .seperator-row > .col-md-6:last-child, .seperator-row > .col-md-7:last-child, .seperator-row > .col-md-8:last-child, .seperator-row > .col-md-9:last-child,
.seperator-row > .col-sm-1:last-child, .seperator-row > .col-sm-10:last-child, .seperator-row > .col-sm-11:last-child, .seperator-row > .col-sm-12:last-child, .seperator-row > .col-sm-2:last-child, .seperator-row > .col-sm-3:last-child, .seperator-row > .col-sm-4:last-child, .seperator-row > .col-sm-5:last-child, .seperator-row > .col-sm-6:last-child, .seperator-row > .col-sm-7:last-child, .seperator-row > .col-sm-8:last-child, .seperator-row > .col-sm-9:last-child,
.seperator-row > .col-xs-1:last-child, .seperator-row > .col-xs-10:last-child, .seperator-row > .col-xs-11:last-child, .seperator-row > .col-xs-12:last-child, .seperator-row > .col-xs-2:last-child, .seperator-row > .col-xs-3:last-child, .seperator-row > .col-xs-4:last-child, .seperator-row > .col-xs-5:last-child, .seperator-row > .col-xs-6:last-child, .seperator-row > .col-xs-7:last-child, .seperator-row > .col-xs-8:last-child, .seperator-row > .col-xs-9:last-child {
  border-right: 0;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.half-gutters {
  margin-right: -8px;
  margin-left: -8px;
}

.row.half-gutters > [class^=col-],
.row.half-gutters > [class*=" col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

.row-eq-height > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col-20p {
  width: 20%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 575px) {
  .padding-xs {
    padding: 15px !important;
  }

  .padding-top-xs {
    padding-top: 15px !important;
  }

  .padding-bottom-xs {
    padding-bottom: 15px !important;
  }

  .padding-left-xs {
    padding-left: 15px !important;
  }

  .padding-right-xs {
    padding-right: 15px !important;
  }

  .padding-double-xs {
    padding: 30px !important;
  }

  .padding-top-double-xs {
    padding-top: 30px !important;
  }

  .padding-bottom-double-xs {
    padding-bottom: 30px !important;
  }

  .padding-left-double-xs {
    padding-left: 30px !important;
  }

  .padding-right-double-xs {
    padding-right: 30px !important;
  }

  .padding-half-xs {
    padding: 8px !important;
  }

  .padding-top-half-xs {
    padding-top: 8px !important;
  }

  .padding-bottom-half-xs {
    padding-bottom: 8px !important;
  }

  .padding-left-half-xs {
    padding-left: 8px !important;
  }

  .padding-right-half-xs {
    padding-right: 8px !important;
  }

  .padding-content-xs {
    padding: 50px !important;
  }

  .padding-top-content-xs {
    padding-top: 50px !important;
  }

  .padding-bottom-content-xs {
    padding-bottom: 50px !important;
  }

  .padding-left-content-xs {
    padding-left: 50px !important;
  }

  .padding-right-content-xs {
    padding-right: 50px !important;
  }

  .padding-content-double-xs {
    padding: 100px !important;
  }

  .padding-top-content-double-xs {
    padding-top: 100px !important;
  }

  .padding-bottom-content-double-xs {
    padding-bottom: 100px !important;
  }

  .padding-left-content-double-xs {
    padding-left: 100px !important;
  }

  .padding-right-content-double-xs {
    padding-right: 100px !important;
  }

  .padding-reset-xs {
    padding: 0 !important;
  }

  .padding-top-reset-xs {
    padding-top: 0 !important;
  }

  .padding-bottom-reset-xs {
    padding-bottom: 0 !important;
  }

  .padding-left-reset-xs {
    padding-left: 0 !important;
  }

  .padding-right-reset-xs {
    padding-right: 0 !important;
  }

  .margin-xs {
    margin: 15px !important;
  }

  .margin-top-xs {
    margin-top: 15px !important;
  }

  .margin-bottom-xs {
    margin-bottom: 15px !important;
  }

  .margin-left-xs {
    margin-left: 15px !important;
  }

  .margin-right-xs {
    margin-right: 15px !important;
  }

  .margin-double-xs {
    margin: 30px !important;
  }

  .margin-top-double-xs {
    margin-top: 30px !important;
  }

  .margin-bottom-double-xs {
    margin-bottom: 30px !important;
  }

  .margin-left-double-xs {
    margin-left: 30px !important;
  }

  .margin-right-double-xs {
    margin-right: 30px !important;
  }

  .margin-half-xs {
    margin: 8px !important;
  }

  .margin-top-half-xs {
    margin-top: 8px !important;
  }

  .margin-bottom-half-xs {
    margin-bottom: 8px !important;
  }

  .margin-left-half-xs {
    margin-left: 8px !important;
  }

  .margin-right-half-xs {
    margin-right: 8px !important;
  }

  .margin-reset-xs {
    margin: 0 !important;
  }

  .margin-top-reset-xs {
    margin-top: 0 !important;
  }

  .margin-bottom-reset-xs {
    margin-bottom: 0 !important;
  }

  .margin-left-reset-xs {
    margin-left: 0 !important;
  }

  .margin-right-reset-xs {
    margin-right: 0 !important;
  }

  .text-center-xs {
    text-align: center !important;
  }

  .text-left-xs {
    text-align: left !important;
  }

  .text-right-xs {
    text-align: right !important;
  }

  .pull-left-xs {
    float: left !important;
  }

  .pull-right-xs {
    float: right !important;
  }

  .clear-xs {
    float: none !important;
  }

  .border-xs {
    border: 1px solid #cccccc;
  }

  .border-top-xs {
    border-top: 1px solid #cccccc;
  }

  .border-bottom-xs {
    border-bottom: 1px solid #cccccc;
  }

  .border-left-xs {
    border-left: 1px solid #cccccc;
  }

  .border-right-xs {
    border-right: 1px solid #cccccc;
  }

  .border-reset-xs {
    border: 0 !important;
  }

  .border-top-reset-xs {
    border-top: 0 !important;
  }

  .border-bottom-reset-xs {
    border-bottom: 0 !important;
  }

  .border-left-reset-xs {
    border-left: 0 !important;
  }

  .border-right-reset-xs {
    border-right: 0 !important;
  }

  .background-primary-xs {
    background-color: #0055a5;
  }

  .background-primary-light-xs {
    background-color: #0062bf;
  }

  .background-primary-lighter-xs {
    background-color: #006fd8;
  }

  .background-gradient--primary-secondary {
    background: #0055a5;
    background: -o-linear-gradient(135deg, #0055a5 0%, #F58026 100%);
    background: linear-gradient(-45deg, #0055a5 0%, #F58026 100%);
  }

  .background-secondary-xs {
    background-color: #F58026;
  }

  .background-cta-xs {
    background-color: #F58026;
  }

  .background-tertiary-xs {
    background-color: #C3C3C3;
  }

  .background-white-xs {
    background-color: #ffffff;
  }

  .background-black-xs {
    background-color: #0e0e0e;
  }

  .background-gray-xs {
    background-color: #555555;
  }

  .background-gray-light-xs {
    background-color: #cccccc;
  }

  .background-gray-lighter-xs {
    background-color: #eeeeee;
  }

  .background-gray-dark-xs {
    background-color: #333333;
  }

  .drop-shadow-xs {
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
  }

  .block-xs {
    display: block !important;
  }

  .inline-block-xs {
    display: inline-block !important;
  }

  .display-table-xs {
    display: table;
    width: calc(100% + 60px);
  }
  .display-table-xs > .col-lg-1, .display-table-xs > .col-lg-10, .display-table-xs > .col-lg-11, .display-table-xs > .col-lg-12, .display-table-xs > .col-lg-2, .display-table-xs > .col-lg-3, .display-table-xs > .col-lg-4, .display-table-xs > .col-lg-5, .display-table-xs > .col-lg-6, .display-table-xs > .col-lg-7, .display-table-xs > .col-lg-8, .display-table-xs > .col-lg-9,
.display-table-xs > .col-md-1, .display-table-xs > .col-md-10, .display-table-xs > .col-md-11, .display-table-xs > .col-md-12, .display-table-xs > .col-md-2, .display-table-xs > .col-md-3, .display-table-xs > .col-md-4, .display-table-xs > .col-md-5, .display-table-xs > .col-md-6, .display-table-xs > .col-md-7, .display-table-xs > .col-md-8, .display-table-xs > .col-md-9,
.display-table-xs > .col-sm-1, .display-table-xs > .col-sm-10, .display-table-xs > .col-sm-11, .display-table-xs > .col-sm-12, .display-table-xs > .col-sm-2, .display-table-xs > .col-sm-3, .display-table-xs > .col-sm-4, .display-table-xs > .col-sm-5, .display-table-xs > .col-sm-6, .display-table-xs > .col-sm-7, .display-table-xs > .col-sm-8, .display-table-xs > .col-sm-9,
.display-table-xs > .col-xs-1, .display-table-xs > .col-xs-10, .display-table-xs > .col-xs-11, .display-table-xs > .col-xs-12, .display-table-xs > .col-xs-2, .display-table-xs > .col-xs-3, .display-table-xs > .col-xs-4, .display-table-xs > .col-xs-5, .display-table-xs > .col-xs-6, .display-table-xs > .col-xs-7, .display-table-xs > .col-xs-8, .display-table-xs > .col-xs-9 {
    float: none;
    display: table-cell;
    vertical-align: top;
  }

  .seperator-row-xs {
    margin-left: -30px;
    margin-right: -30px;
  }
  .seperator-row-xs > .col-lg-1, .seperator-row-xs > .col-lg-10, .seperator-row-xs > .col-lg-11, .seperator-row-xs > .col-lg-12, .seperator-row-xs > .col-lg-2, .seperator-row-xs > .col-lg-3, .seperator-row-xs > .col-lg-4, .seperator-row-xs > .col-lg-5, .seperator-row-xs > .col-lg-6, .seperator-row-xs > .col-lg-7, .seperator-row-xs > .col-lg-8, .seperator-row-xs > .col-lg-9,
.seperator-row-xs > .col-md-1, .seperator-row-xs > .col-md-10, .seperator-row-xs > .col-md-11, .seperator-row-xs > .col-md-12, .seperator-row-xs > .col-md-2, .seperator-row-xs > .col-md-3, .seperator-row-xs > .col-md-4, .seperator-row-xs > .col-md-5, .seperator-row-xs > .col-md-6, .seperator-row-xs > .col-md-7, .seperator-row-xs > .col-md-8, .seperator-row-xs > .col-md-9,
.seperator-row-xs > .col-sm-1, .seperator-row-xs > .col-sm-10, .seperator-row-xs > .col-sm-11, .seperator-row-xs > .col-sm-12, .seperator-row-xs > .col-sm-2, .seperator-row-xs > .col-sm-3, .seperator-row-xs > .col-sm-4, .seperator-row-xs > .col-sm-5, .seperator-row-xs > .col-sm-6, .seperator-row-xs > .col-sm-7, .seperator-row-xs > .col-sm-8, .seperator-row-xs > .col-sm-9,
.seperator-row-xs > .col-xs-1, .seperator-row-xs > .col-xs-10, .seperator-row-xs > .col-xs-11, .seperator-row-xs > .col-xs-12, .seperator-row-xs > .col-xs-2, .seperator-row-xs > .col-xs-3, .seperator-row-xs > .col-xs-4, .seperator-row-xs > .col-xs-5, .seperator-row-xs > .col-xs-6, .seperator-row-xs > .col-xs-7, .seperator-row-xs > .col-xs-8, .seperator-row-xs > .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid #cccccc;
  }
  .seperator-row-xs > .col-lg-1:last-child, .seperator-row-xs > .col-lg-10:last-child, .seperator-row-xs > .col-lg-11:last-child, .seperator-row-xs > .col-lg-12:last-child, .seperator-row-xs > .col-lg-2:last-child, .seperator-row-xs > .col-lg-3:last-child, .seperator-row-xs > .col-lg-4:last-child, .seperator-row-xs > .col-lg-5:last-child, .seperator-row-xs > .col-lg-6:last-child, .seperator-row-xs > .col-lg-7:last-child, .seperator-row-xs > .col-lg-8:last-child, .seperator-row-xs > .col-lg-9:last-child,
.seperator-row-xs > .col-md-1:last-child, .seperator-row-xs > .col-md-10:last-child, .seperator-row-xs > .col-md-11:last-child, .seperator-row-xs > .col-md-12:last-child, .seperator-row-xs > .col-md-2:last-child, .seperator-row-xs > .col-md-3:last-child, .seperator-row-xs > .col-md-4:last-child, .seperator-row-xs > .col-md-5:last-child, .seperator-row-xs > .col-md-6:last-child, .seperator-row-xs > .col-md-7:last-child, .seperator-row-xs > .col-md-8:last-child, .seperator-row-xs > .col-md-9:last-child,
.seperator-row-xs > .col-sm-1:last-child, .seperator-row-xs > .col-sm-10:last-child, .seperator-row-xs > .col-sm-11:last-child, .seperator-row-xs > .col-sm-12:last-child, .seperator-row-xs > .col-sm-2:last-child, .seperator-row-xs > .col-sm-3:last-child, .seperator-row-xs > .col-sm-4:last-child, .seperator-row-xs > .col-sm-5:last-child, .seperator-row-xs > .col-sm-6:last-child, .seperator-row-xs > .col-sm-7:last-child, .seperator-row-xs > .col-sm-8:last-child, .seperator-row-xs > .col-sm-9:last-child,
.seperator-row-xs > .col-xs-1:last-child, .seperator-row-xs > .col-xs-10:last-child, .seperator-row-xs > .col-xs-11:last-child, .seperator-row-xs > .col-xs-12:last-child, .seperator-row-xs > .col-xs-2:last-child, .seperator-row-xs > .col-xs-3:last-child, .seperator-row-xs > .col-xs-4:last-child, .seperator-row-xs > .col-xs-5:last-child, .seperator-row-xs > .col-xs-6:last-child, .seperator-row-xs > .col-xs-7:last-child, .seperator-row-xs > .col-xs-8:last-child, .seperator-row-xs > .col-xs-9:last-child {
    border-right: 0;
  }

  .row.no-gutter-xss {
    margin-right: 0;
    margin-left: 0;
  }

  .row.no-gutters-xs > [class^=col-],
.row.no-gutters-xs > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .row.half-gutters-xs {
    margin-right: -8px;
    margin-left: -8px;
  }

  .row.half-gutters-xs > [class^=col-],
.row.half-gutters-xs > [class*=" col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }

  .row-eq-height-xs > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .col-20p-xs {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .padding-sm {
    padding: 15px !important;
  }

  .padding-top-sm {
    padding-top: 15px !important;
  }

  .padding-bottom-sm {
    padding-bottom: 15px !important;
  }

  .padding-left-sm {
    padding-left: 15px !important;
  }

  .padding-right-sm {
    padding-right: 15px !important;
  }

  .padding-double-sm {
    padding: 30px !important;
  }

  .padding-top-double-sm {
    padding-top: 30px !important;
  }

  .padding-bottom-double-sm {
    padding-bottom: 30px !important;
  }

  .padding-left-double-sm {
    padding-left: 30px !important;
  }

  .padding-right-double-sm {
    padding-right: 30px !important;
  }

  .padding-half-sm {
    padding: 8px !important;
  }

  .padding-top-half-sm {
    padding-top: 8px !important;
  }

  .padding-bottom-half-sm {
    padding-bottom: 8px !important;
  }

  .padding-left-half-sm {
    padding-left: 8px !important;
  }

  .padding-right-half-sm {
    padding-right: 8px !important;
  }

  .padding-content-sm {
    padding: 50px !important;
  }

  .padding-top-content-sm {
    padding-top: 50px !important;
  }

  .padding-bottom-content-sm {
    padding-bottom: 50px !important;
  }

  .padding-left-content-sm {
    padding-left: 50px !important;
  }

  .padding-right-content-sm {
    padding-right: 50px !important;
  }

  .padding-content-double-sm {
    padding: 100px !important;
  }

  .padding-top-content-double-sm {
    padding-top: 100px !important;
  }

  .padding-bottom-content-double-sm {
    padding-bottom: 100px !important;
  }

  .padding-left-content-double-sm {
    padding-left: 100px !important;
  }

  .padding-right-content-double-sm {
    padding-right: 100px !important;
  }

  .padding-reset-sm {
    padding: 0 !important;
  }

  .padding-top-reset-sm {
    padding-top: 0 !important;
  }

  .padding-bottom-reset-sm {
    padding-bottom: 0 !important;
  }

  .padding-left-reset-sm {
    padding-left: 0 !important;
  }

  .padding-right-reset-sm {
    padding-right: 0 !important;
  }

  .margin-sm {
    margin: 15px !important;
  }

  .margin-top-sm {
    margin-top: 15px !important;
  }

  .margin-bottom-sm {
    margin-bottom: 15px !important;
  }

  .margin-left-sm {
    margin-left: 15px !important;
  }

  .margin-right-sm {
    margin-right: 15px !important;
  }

  .margin-double-sm {
    margin: 30px !important;
  }

  .margin-top-double-sm {
    margin-top: 30px !important;
  }

  .margin-bottom-double-sm {
    margin-bottom: 30px !important;
  }

  .margin-left-double-sm {
    margin-left: 30px !important;
  }

  .margin-right-double-sm {
    margin-right: 30px !important;
  }

  .margin-half-sm {
    margin: 8px !important;
  }

  .margin-top-half-sm {
    margin-top: 8px !important;
  }

  .margin-bottom-half-sm {
    margin-bottom: 8px !important;
  }

  .margin-left-half-sm {
    margin-left: 8px !important;
  }

  .margin-right-half-sm {
    margin-right: 8px !important;
  }

  .margin-reset-sm {
    margin: 0 !important;
  }

  .margin-top-reset-sm {
    margin-top: 0 !important;
  }

  .margin-bottom-reset-sm {
    margin-bottom: 0 !important;
  }

  .margin-left-reset-sm {
    margin-left: 0 !important;
  }

  .margin-right-reset-sm {
    margin-right: 0 !important;
  }

  .text-center-sm {
    text-align: center !important;
  }

  .text-left-sm {
    text-align: left !important;
  }

  .text-right-sm {
    text-align: right !important;
  }

  .pull-left-sm {
    float: left !important;
  }

  .pull-right-sm {
    float: right !important;
  }

  .clear-sm {
    float: none !important;
  }

  .border-sm {
    border: 1px solid #cccccc;
  }

  .border-top-sm {
    border-top: 1px solid #cccccc;
  }

  .border-bottom-sm {
    border-bottom: 1px solid #cccccc;
  }

  .border-left-sm {
    border-left: 1px solid #cccccc;
  }

  .border-right-sm {
    border-right: 1px solid #cccccc;
  }

  .border-reset-sm {
    border: 0 !important;
  }

  .border-top-reset-sm {
    border-top: 0 !important;
  }

  .border-bottom-reset-sm {
    border-bottom: 0 !important;
  }

  .border-left-reset-sm {
    border-left: 0 !important;
  }

  .border-right-reset-sm {
    border-right: 0 !important;
  }

  .background-primary-sm {
    background-color: #0055a5;
  }

  .background-primary-light-sm {
    background-color: #0062bf;
  }

  .background-primary-lighter-sm {
    background-color: #006fd8;
  }

  .background-gradient--primary-secondary {
    background: #0055a5;
    background: -o-linear-gradient(135deg, #0055a5 0%, #F58026 100%);
    background: linear-gradient(-45deg, #0055a5 0%, #F58026 100%);
  }

  .background-secondary-sm {
    background-color: #F58026;
  }

  .background-cta-sm {
    background-color: #F58026;
  }

  .background-tertiary-sm {
    background-color: #C3C3C3;
  }

  .background-white-sm {
    background-color: #ffffff;
  }

  .background-black-sm {
    background-color: #0e0e0e;
  }

  .background-gray-sm {
    background-color: #555555;
  }

  .background-gray-light-sm {
    background-color: #cccccc;
  }

  .background-gray-lighter-sm {
    background-color: #eeeeee;
  }

  .background-gray-dark-sm {
    background-color: #333333;
  }

  .drop-shadow-sm {
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
  }

  .block-sm {
    display: block !important;
  }

  .inline-block-sm {
    display: inline-block !important;
  }

  .display-table-sm {
    display: table;
    width: calc(100% + 60px);
  }
  .display-table-sm > .col-lg-1, .display-table-sm > .col-lg-10, .display-table-sm > .col-lg-11, .display-table-sm > .col-lg-12, .display-table-sm > .col-lg-2, .display-table-sm > .col-lg-3, .display-table-sm > .col-lg-4, .display-table-sm > .col-lg-5, .display-table-sm > .col-lg-6, .display-table-sm > .col-lg-7, .display-table-sm > .col-lg-8, .display-table-sm > .col-lg-9,
.display-table-sm > .col-md-1, .display-table-sm > .col-md-10, .display-table-sm > .col-md-11, .display-table-sm > .col-md-12, .display-table-sm > .col-md-2, .display-table-sm > .col-md-3, .display-table-sm > .col-md-4, .display-table-sm > .col-md-5, .display-table-sm > .col-md-6, .display-table-sm > .col-md-7, .display-table-sm > .col-md-8, .display-table-sm > .col-md-9,
.display-table-sm > .col-sm-1, .display-table-sm > .col-sm-10, .display-table-sm > .col-sm-11, .display-table-sm > .col-sm-12, .display-table-sm > .col-sm-2, .display-table-sm > .col-sm-3, .display-table-sm > .col-sm-4, .display-table-sm > .col-sm-5, .display-table-sm > .col-sm-6, .display-table-sm > .col-sm-7, .display-table-sm > .col-sm-8, .display-table-sm > .col-sm-9,
.display-table-sm > .col-xs-1, .display-table-sm > .col-xs-10, .display-table-sm > .col-xs-11, .display-table-sm > .col-xs-12, .display-table-sm > .col-xs-2, .display-table-sm > .col-xs-3, .display-table-sm > .col-xs-4, .display-table-sm > .col-xs-5, .display-table-sm > .col-xs-6, .display-table-sm > .col-xs-7, .display-table-sm > .col-xs-8, .display-table-sm > .col-xs-9 {
    float: none;
    display: table-cell;
    vertical-align: top;
  }

  .seperator-row-sm {
    margin-left: -30px;
    margin-right: -30px;
  }
  .seperator-row-sm > .col-lg-1, .seperator-row-sm > .col-lg-10, .seperator-row-sm > .col-lg-11, .seperator-row-sm > .col-lg-12, .seperator-row-sm > .col-lg-2, .seperator-row-sm > .col-lg-3, .seperator-row-sm > .col-lg-4, .seperator-row-sm > .col-lg-5, .seperator-row-sm > .col-lg-6, .seperator-row-sm > .col-lg-7, .seperator-row-sm > .col-lg-8, .seperator-row-sm > .col-lg-9,
.seperator-row-sm > .col-md-1, .seperator-row-sm > .col-md-10, .seperator-row-sm > .col-md-11, .seperator-row-sm > .col-md-12, .seperator-row-sm > .col-md-2, .seperator-row-sm > .col-md-3, .seperator-row-sm > .col-md-4, .seperator-row-sm > .col-md-5, .seperator-row-sm > .col-md-6, .seperator-row-sm > .col-md-7, .seperator-row-sm > .col-md-8, .seperator-row-sm > .col-md-9,
.seperator-row-sm > .col-sm-1, .seperator-row-sm > .col-sm-10, .seperator-row-sm > .col-sm-11, .seperator-row-sm > .col-sm-12, .seperator-row-sm > .col-sm-2, .seperator-row-sm > .col-sm-3, .seperator-row-sm > .col-sm-4, .seperator-row-sm > .col-sm-5, .seperator-row-sm > .col-sm-6, .seperator-row-sm > .col-sm-7, .seperator-row-sm > .col-sm-8, .seperator-row-sm > .col-sm-9,
.seperator-row-sm > .col-xs-1, .seperator-row-sm > .col-xs-10, .seperator-row-sm > .col-xs-11, .seperator-row-sm > .col-xs-12, .seperator-row-sm > .col-xs-2, .seperator-row-sm > .col-xs-3, .seperator-row-sm > .col-xs-4, .seperator-row-sm > .col-xs-5, .seperator-row-sm > .col-xs-6, .seperator-row-sm > .col-xs-7, .seperator-row-sm > .col-xs-8, .seperator-row-sm > .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid #cccccc;
  }
  .seperator-row-sm > .col-lg-1:last-child, .seperator-row-sm > .col-lg-10:last-child, .seperator-row-sm > .col-lg-11:last-child, .seperator-row-sm > .col-lg-12:last-child, .seperator-row-sm > .col-lg-2:last-child, .seperator-row-sm > .col-lg-3:last-child, .seperator-row-sm > .col-lg-4:last-child, .seperator-row-sm > .col-lg-5:last-child, .seperator-row-sm > .col-lg-6:last-child, .seperator-row-sm > .col-lg-7:last-child, .seperator-row-sm > .col-lg-8:last-child, .seperator-row-sm > .col-lg-9:last-child,
.seperator-row-sm > .col-md-1:last-child, .seperator-row-sm > .col-md-10:last-child, .seperator-row-sm > .col-md-11:last-child, .seperator-row-sm > .col-md-12:last-child, .seperator-row-sm > .col-md-2:last-child, .seperator-row-sm > .col-md-3:last-child, .seperator-row-sm > .col-md-4:last-child, .seperator-row-sm > .col-md-5:last-child, .seperator-row-sm > .col-md-6:last-child, .seperator-row-sm > .col-md-7:last-child, .seperator-row-sm > .col-md-8:last-child, .seperator-row-sm > .col-md-9:last-child,
.seperator-row-sm > .col-sm-1:last-child, .seperator-row-sm > .col-sm-10:last-child, .seperator-row-sm > .col-sm-11:last-child, .seperator-row-sm > .col-sm-12:last-child, .seperator-row-sm > .col-sm-2:last-child, .seperator-row-sm > .col-sm-3:last-child, .seperator-row-sm > .col-sm-4:last-child, .seperator-row-sm > .col-sm-5:last-child, .seperator-row-sm > .col-sm-6:last-child, .seperator-row-sm > .col-sm-7:last-child, .seperator-row-sm > .col-sm-8:last-child, .seperator-row-sm > .col-sm-9:last-child,
.seperator-row-sm > .col-xs-1:last-child, .seperator-row-sm > .col-xs-10:last-child, .seperator-row-sm > .col-xs-11:last-child, .seperator-row-sm > .col-xs-12:last-child, .seperator-row-sm > .col-xs-2:last-child, .seperator-row-sm > .col-xs-3:last-child, .seperator-row-sm > .col-xs-4:last-child, .seperator-row-sm > .col-xs-5:last-child, .seperator-row-sm > .col-xs-6:last-child, .seperator-row-sm > .col-xs-7:last-child, .seperator-row-sm > .col-xs-8:last-child, .seperator-row-sm > .col-xs-9:last-child {
    border-right: 0;
  }

  .row.no-gutter-sms {
    margin-right: 0;
    margin-left: 0;
  }

  .row.no-gutters-sm > [class^=col-],
.row.no-gutters-sm > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .row.half-gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
  }

  .row.half-gutters-sm > [class^=col-],
.row.half-gutters-sm > [class*=" col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }

  .row-eq-height-sm > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .col-20p-sm {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-md {
    padding: 15px !important;
  }

  .padding-top-md {
    padding-top: 15px !important;
  }

  .padding-bottom-md {
    padding-bottom: 15px !important;
  }

  .padding-left-md {
    padding-left: 15px !important;
  }

  .padding-right-md {
    padding-right: 15px !important;
  }

  .padding-double-md {
    padding: 30px !important;
  }

  .padding-top-double-md {
    padding-top: 30px !important;
  }

  .padding-bottom-double-md {
    padding-bottom: 30px !important;
  }

  .padding-left-double-md {
    padding-left: 30px !important;
  }

  .padding-right-double-md {
    padding-right: 30px !important;
  }

  .padding-half-md {
    padding: 8px !important;
  }

  .padding-top-half-md {
    padding-top: 8px !important;
  }

  .padding-bottom-half-md {
    padding-bottom: 8px !important;
  }

  .padding-left-half-md {
    padding-left: 8px !important;
  }

  .padding-right-half-md {
    padding-right: 8px !important;
  }

  .padding-content-md {
    padding: 50px !important;
  }

  .padding-top-content-md {
    padding-top: 50px !important;
  }

  .padding-bottom-content-md {
    padding-bottom: 50px !important;
  }

  .padding-left-content-md {
    padding-left: 50px !important;
  }

  .padding-right-content-md {
    padding-right: 50px !important;
  }

  .padding-content-double-md {
    padding: 100px !important;
  }

  .padding-top-content-double-md {
    padding-top: 100px !important;
  }

  .padding-bottom-content-double-md {
    padding-bottom: 100px !important;
  }

  .padding-left-content-double-md {
    padding-left: 100px !important;
  }

  .padding-right-content-double-md {
    padding-right: 100px !important;
  }

  .padding-reset-md {
    padding: 0 !important;
  }

  .padding-top-reset-md {
    padding-top: 0 !important;
  }

  .padding-bottom-reset-md {
    padding-bottom: 0 !important;
  }

  .padding-left-reset-md {
    padding-left: 0 !important;
  }

  .padding-right-reset-md {
    padding-right: 0 !important;
  }

  .margin-md {
    margin: 15px !important;
  }

  .margin-top-md {
    margin-top: 15px !important;
  }

  .margin-bottom-md {
    margin-bottom: 15px !important;
  }

  .margin-left-md {
    margin-left: 15px !important;
  }

  .margin-right-md {
    margin-right: 15px !important;
  }

  .margin-double-md {
    margin: 30px !important;
  }

  .margin-top-double-md {
    margin-top: 30px !important;
  }

  .margin-bottom-double-md {
    margin-bottom: 30px !important;
  }

  .margin-left-double-md {
    margin-left: 30px !important;
  }

  .margin-right-double-md {
    margin-right: 30px !important;
  }

  .margin-half-md {
    margin: 8px !important;
  }

  .margin-top-half-md {
    margin-top: 8px !important;
  }

  .margin-bottom-half-md {
    margin-bottom: 8px !important;
  }

  .margin-left-half-md {
    margin-left: 8px !important;
  }

  .margin-right-half-md {
    margin-right: 8px !important;
  }

  .margin-reset-md {
    margin: 0 !important;
  }

  .margin-top-reset-md {
    margin-top: 0 !important;
  }

  .margin-bottom-reset-md {
    margin-bottom: 0 !important;
  }

  .margin-left-reset-md {
    margin-left: 0 !important;
  }

  .margin-right-reset-md {
    margin-right: 0 !important;
  }

  .text-center-md {
    text-align: center !important;
  }

  .text-left-md {
    text-align: left !important;
  }

  .text-right-md {
    text-align: right !important;
  }

  .pull-left-md {
    float: left !important;
  }

  .pull-right-md {
    float: right !important;
  }

  .clear-md {
    float: none !important;
  }

  .border-md {
    border: 1px solid #cccccc;
  }

  .border-top-md {
    border-top: 1px solid #cccccc;
  }

  .border-bottom-md {
    border-bottom: 1px solid #cccccc;
  }

  .border-left-md {
    border-left: 1px solid #cccccc;
  }

  .border-right-md {
    border-right: 1px solid #cccccc;
  }

  .border-reset-md {
    border: 0 !important;
  }

  .border-top-reset-md {
    border-top: 0 !important;
  }

  .border-bottom-reset-md {
    border-bottom: 0 !important;
  }

  .border-left-reset-md {
    border-left: 0 !important;
  }

  .border-right-reset-md {
    border-right: 0 !important;
  }

  .background-primary-md {
    background-color: #0055a5;
  }

  .background-primary-light-md {
    background-color: #0062bf;
  }

  .background-primary-lighter-md {
    background-color: #006fd8;
  }

  .background-gradient--primary-secondary {
    background: #0055a5;
    background: -o-linear-gradient(135deg, #0055a5 0%, #F58026 100%);
    background: linear-gradient(-45deg, #0055a5 0%, #F58026 100%);
  }

  .background-secondary-md {
    background-color: #F58026;
  }

  .background-cta-md {
    background-color: #F58026;
  }

  .background-tertiary-md {
    background-color: #C3C3C3;
  }

  .background-white-md {
    background-color: #ffffff;
  }

  .background-black-md {
    background-color: #0e0e0e;
  }

  .background-gray-md {
    background-color: #555555;
  }

  .background-gray-light-md {
    background-color: #cccccc;
  }

  .background-gray-lighter-md {
    background-color: #eeeeee;
  }

  .background-gray-dark-md {
    background-color: #333333;
  }

  .drop-shadow-md {
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
  }

  .block-md {
    display: block !important;
  }

  .inline-block-md {
    display: inline-block !important;
  }

  .display-table-md {
    display: table;
    width: calc(100% + 60px);
  }
  .display-table-md > .col-lg-1, .display-table-md > .col-lg-10, .display-table-md > .col-lg-11, .display-table-md > .col-lg-12, .display-table-md > .col-lg-2, .display-table-md > .col-lg-3, .display-table-md > .col-lg-4, .display-table-md > .col-lg-5, .display-table-md > .col-lg-6, .display-table-md > .col-lg-7, .display-table-md > .col-lg-8, .display-table-md > .col-lg-9,
.display-table-md > .col-md-1, .display-table-md > .col-md-10, .display-table-md > .col-md-11, .display-table-md > .col-md-12, .display-table-md > .col-md-2, .display-table-md > .col-md-3, .display-table-md > .col-md-4, .display-table-md > .col-md-5, .display-table-md > .col-md-6, .display-table-md > .col-md-7, .display-table-md > .col-md-8, .display-table-md > .col-md-9,
.display-table-md > .col-sm-1, .display-table-md > .col-sm-10, .display-table-md > .col-sm-11, .display-table-md > .col-sm-12, .display-table-md > .col-sm-2, .display-table-md > .col-sm-3, .display-table-md > .col-sm-4, .display-table-md > .col-sm-5, .display-table-md > .col-sm-6, .display-table-md > .col-sm-7, .display-table-md > .col-sm-8, .display-table-md > .col-sm-9,
.display-table-md > .col-xs-1, .display-table-md > .col-xs-10, .display-table-md > .col-xs-11, .display-table-md > .col-xs-12, .display-table-md > .col-xs-2, .display-table-md > .col-xs-3, .display-table-md > .col-xs-4, .display-table-md > .col-xs-5, .display-table-md > .col-xs-6, .display-table-md > .col-xs-7, .display-table-md > .col-xs-8, .display-table-md > .col-xs-9 {
    float: none;
    display: table-cell;
    vertical-align: top;
  }

  .seperator-row-md {
    margin-left: -30px;
    margin-right: -30px;
  }
  .seperator-row-md > .col-lg-1, .seperator-row-md > .col-lg-10, .seperator-row-md > .col-lg-11, .seperator-row-md > .col-lg-12, .seperator-row-md > .col-lg-2, .seperator-row-md > .col-lg-3, .seperator-row-md > .col-lg-4, .seperator-row-md > .col-lg-5, .seperator-row-md > .col-lg-6, .seperator-row-md > .col-lg-7, .seperator-row-md > .col-lg-8, .seperator-row-md > .col-lg-9,
.seperator-row-md > .col-md-1, .seperator-row-md > .col-md-10, .seperator-row-md > .col-md-11, .seperator-row-md > .col-md-12, .seperator-row-md > .col-md-2, .seperator-row-md > .col-md-3, .seperator-row-md > .col-md-4, .seperator-row-md > .col-md-5, .seperator-row-md > .col-md-6, .seperator-row-md > .col-md-7, .seperator-row-md > .col-md-8, .seperator-row-md > .col-md-9,
.seperator-row-md > .col-sm-1, .seperator-row-md > .col-sm-10, .seperator-row-md > .col-sm-11, .seperator-row-md > .col-sm-12, .seperator-row-md > .col-sm-2, .seperator-row-md > .col-sm-3, .seperator-row-md > .col-sm-4, .seperator-row-md > .col-sm-5, .seperator-row-md > .col-sm-6, .seperator-row-md > .col-sm-7, .seperator-row-md > .col-sm-8, .seperator-row-md > .col-sm-9,
.seperator-row-md > .col-xs-1, .seperator-row-md > .col-xs-10, .seperator-row-md > .col-xs-11, .seperator-row-md > .col-xs-12, .seperator-row-md > .col-xs-2, .seperator-row-md > .col-xs-3, .seperator-row-md > .col-xs-4, .seperator-row-md > .col-xs-5, .seperator-row-md > .col-xs-6, .seperator-row-md > .col-xs-7, .seperator-row-md > .col-xs-8, .seperator-row-md > .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid #cccccc;
  }
  .seperator-row-md > .col-lg-1:last-child, .seperator-row-md > .col-lg-10:last-child, .seperator-row-md > .col-lg-11:last-child, .seperator-row-md > .col-lg-12:last-child, .seperator-row-md > .col-lg-2:last-child, .seperator-row-md > .col-lg-3:last-child, .seperator-row-md > .col-lg-4:last-child, .seperator-row-md > .col-lg-5:last-child, .seperator-row-md > .col-lg-6:last-child, .seperator-row-md > .col-lg-7:last-child, .seperator-row-md > .col-lg-8:last-child, .seperator-row-md > .col-lg-9:last-child,
.seperator-row-md > .col-md-1:last-child, .seperator-row-md > .col-md-10:last-child, .seperator-row-md > .col-md-11:last-child, .seperator-row-md > .col-md-12:last-child, .seperator-row-md > .col-md-2:last-child, .seperator-row-md > .col-md-3:last-child, .seperator-row-md > .col-md-4:last-child, .seperator-row-md > .col-md-5:last-child, .seperator-row-md > .col-md-6:last-child, .seperator-row-md > .col-md-7:last-child, .seperator-row-md > .col-md-8:last-child, .seperator-row-md > .col-md-9:last-child,
.seperator-row-md > .col-sm-1:last-child, .seperator-row-md > .col-sm-10:last-child, .seperator-row-md > .col-sm-11:last-child, .seperator-row-md > .col-sm-12:last-child, .seperator-row-md > .col-sm-2:last-child, .seperator-row-md > .col-sm-3:last-child, .seperator-row-md > .col-sm-4:last-child, .seperator-row-md > .col-sm-5:last-child, .seperator-row-md > .col-sm-6:last-child, .seperator-row-md > .col-sm-7:last-child, .seperator-row-md > .col-sm-8:last-child, .seperator-row-md > .col-sm-9:last-child,
.seperator-row-md > .col-xs-1:last-child, .seperator-row-md > .col-xs-10:last-child, .seperator-row-md > .col-xs-11:last-child, .seperator-row-md > .col-xs-12:last-child, .seperator-row-md > .col-xs-2:last-child, .seperator-row-md > .col-xs-3:last-child, .seperator-row-md > .col-xs-4:last-child, .seperator-row-md > .col-xs-5:last-child, .seperator-row-md > .col-xs-6:last-child, .seperator-row-md > .col-xs-7:last-child, .seperator-row-md > .col-xs-8:last-child, .seperator-row-md > .col-xs-9:last-child {
    border-right: 0;
  }

  .row.no-gutter-mds {
    margin-right: 0;
    margin-left: 0;
  }

  .row.no-gutters-md > [class^=col-],
.row.no-gutters-md > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .row.half-gutters-md {
    margin-right: -8px;
    margin-left: -8px;
  }

  .row.half-gutters-md > [class^=col-],
.row.half-gutters-md > [class*=" col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }

  .row-eq-height-md > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .col-20p-md {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .padding-lg {
    padding: 15px !important;
  }

  .padding-top-lg {
    padding-top: 15px !important;
  }

  .padding-bottom-lg {
    padding-bottom: 15px !important;
  }

  .padding-left-lg {
    padding-left: 15px !important;
  }

  .padding-right-lg {
    padding-right: 15px !important;
  }

  .padding-double-lg {
    padding: 30px !important;
  }

  .padding-top-double-lg {
    padding-top: 30px !important;
  }

  .padding-bottom-double-lg {
    padding-bottom: 30px !important;
  }

  .padding-left-double-lg {
    padding-left: 30px !important;
  }

  .padding-right-double-lg {
    padding-right: 30px !important;
  }

  .padding-half-lg {
    padding: 8px !important;
  }

  .padding-top-half-lg {
    padding-top: 8px !important;
  }

  .padding-bottom-half-lg {
    padding-bottom: 8px !important;
  }

  .padding-left-half-lg {
    padding-left: 8px !important;
  }

  .padding-right-half-lg {
    padding-right: 8px !important;
  }

  .padding-content-lg {
    padding: 50px !important;
  }

  .padding-top-content-lg {
    padding-top: 50px !important;
  }

  .padding-bottom-content-lg {
    padding-bottom: 50px !important;
  }

  .padding-left-content-lg {
    padding-left: 50px !important;
  }

  .padding-right-content-lg {
    padding-right: 50px !important;
  }

  .padding-content-double-lg {
    padding: 100px !important;
  }

  .padding-top-content-double-lg {
    padding-top: 100px !important;
  }

  .padding-bottom-content-double-lg {
    padding-bottom: 100px !important;
  }

  .padding-left-content-double-lg {
    padding-left: 100px !important;
  }

  .padding-right-content-double-lg {
    padding-right: 100px !important;
  }

  .padding-reset-lg {
    padding: 0 !important;
  }

  .padding-top-reset-lg {
    padding-top: 0 !important;
  }

  .padding-bottom-reset-lg {
    padding-bottom: 0 !important;
  }

  .padding-left-reset-lg {
    padding-left: 0 !important;
  }

  .padding-right-reset-lg {
    padding-right: 0 !important;
  }

  .margin-lg {
    margin: 15px !important;
  }

  .margin-top-lg {
    margin-top: 15px !important;
  }

  .margin-bottom-lg {
    margin-bottom: 15px !important;
  }

  .margin-left-lg {
    margin-left: 15px !important;
  }

  .margin-right-lg {
    margin-right: 15px !important;
  }

  .margin-double-lg {
    margin: 30px !important;
  }

  .margin-top-double-lg {
    margin-top: 30px !important;
  }

  .margin-bottom-double-lg {
    margin-bottom: 30px !important;
  }

  .margin-left-double-lg {
    margin-left: 30px !important;
  }

  .margin-right-double-lg {
    margin-right: 30px !important;
  }

  .margin-half-lg {
    margin: 8px !important;
  }

  .margin-top-half-lg {
    margin-top: 8px !important;
  }

  .margin-bottom-half-lg {
    margin-bottom: 8px !important;
  }

  .margin-left-half-lg {
    margin-left: 8px !important;
  }

  .margin-right-half-lg {
    margin-right: 8px !important;
  }

  .margin-reset-lg {
    margin: 0 !important;
  }

  .margin-top-reset-lg {
    margin-top: 0 !important;
  }

  .margin-bottom-reset-lg {
    margin-bottom: 0 !important;
  }

  .margin-left-reset-lg {
    margin-left: 0 !important;
  }

  .margin-right-reset-lg {
    margin-right: 0 !important;
  }

  .text-center-lg {
    text-align: center !important;
  }

  .text-left-lg {
    text-align: left !important;
  }

  .text-right-lg {
    text-align: right !important;
  }

  .pull-left-lg {
    float: left !important;
  }

  .pull-right-lg {
    float: right !important;
  }

  .clear-lg {
    float: none !important;
  }

  .border-lg {
    border: 1px solid #cccccc;
  }

  .border-top-lg {
    border-top: 1px solid #cccccc;
  }

  .border-bottom-lg {
    border-bottom: 1px solid #cccccc;
  }

  .border-left-lg {
    border-left: 1px solid #cccccc;
  }

  .border-right-lg {
    border-right: 1px solid #cccccc;
  }

  .border-reset-lg {
    border: 0 !important;
  }

  .border-top-reset-lg {
    border-top: 0 !important;
  }

  .border-bottom-reset-lg {
    border-bottom: 0 !important;
  }

  .border-left-reset-lg {
    border-left: 0 !important;
  }

  .border-right-reset-lg {
    border-right: 0 !important;
  }

  .background-primary-lg {
    background-color: #0055a5;
  }

  .background-primary-light-lg {
    background-color: #0062bf;
  }

  .background-primary-lighter-lg {
    background-color: #006fd8;
  }

  .background-gradient--primary-secondary {
    background: #0055a5;
    background: -o-linear-gradient(135deg, #0055a5 0%, #F58026 100%);
    background: linear-gradient(-45deg, #0055a5 0%, #F58026 100%);
  }

  .background-secondary-lg {
    background-color: #F58026;
  }

  .background-cta-lg {
    background-color: #F58026;
  }

  .background-tertiary-lg {
    background-color: #C3C3C3;
  }

  .background-white-lg {
    background-color: #ffffff;
  }

  .background-black-lg {
    background-color: #0e0e0e;
  }

  .background-gray-lg {
    background-color: #555555;
  }

  .background-gray-light-lg {
    background-color: #cccccc;
  }

  .background-gray-lighter-lg {
    background-color: #eeeeee;
  }

  .background-gray-dark-lg {
    background-color: #333333;
  }

  .drop-shadow-lg {
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
  }

  .block-lg {
    display: block !important;
  }

  .inline-block-lg {
    display: inline-block !important;
  }

  .display-table-lg {
    display: table;
    width: calc(100% + 60px);
  }
  .display-table-lg > .col-lg-1, .display-table-lg > .col-lg-10, .display-table-lg > .col-lg-11, .display-table-lg > .col-lg-12, .display-table-lg > .col-lg-2, .display-table-lg > .col-lg-3, .display-table-lg > .col-lg-4, .display-table-lg > .col-lg-5, .display-table-lg > .col-lg-6, .display-table-lg > .col-lg-7, .display-table-lg > .col-lg-8, .display-table-lg > .col-lg-9,
.display-table-lg > .col-md-1, .display-table-lg > .col-md-10, .display-table-lg > .col-md-11, .display-table-lg > .col-md-12, .display-table-lg > .col-md-2, .display-table-lg > .col-md-3, .display-table-lg > .col-md-4, .display-table-lg > .col-md-5, .display-table-lg > .col-md-6, .display-table-lg > .col-md-7, .display-table-lg > .col-md-8, .display-table-lg > .col-md-9,
.display-table-lg > .col-sm-1, .display-table-lg > .col-sm-10, .display-table-lg > .col-sm-11, .display-table-lg > .col-sm-12, .display-table-lg > .col-sm-2, .display-table-lg > .col-sm-3, .display-table-lg > .col-sm-4, .display-table-lg > .col-sm-5, .display-table-lg > .col-sm-6, .display-table-lg > .col-sm-7, .display-table-lg > .col-sm-8, .display-table-lg > .col-sm-9,
.display-table-lg > .col-xs-1, .display-table-lg > .col-xs-10, .display-table-lg > .col-xs-11, .display-table-lg > .col-xs-12, .display-table-lg > .col-xs-2, .display-table-lg > .col-xs-3, .display-table-lg > .col-xs-4, .display-table-lg > .col-xs-5, .display-table-lg > .col-xs-6, .display-table-lg > .col-xs-7, .display-table-lg > .col-xs-8, .display-table-lg > .col-xs-9 {
    float: none;
    display: table-cell;
    vertical-align: top;
  }

  .seperator-row-lg {
    margin-left: -30px;
    margin-right: -30px;
  }
  .seperator-row-lg > .col-lg-1, .seperator-row-lg > .col-lg-10, .seperator-row-lg > .col-lg-11, .seperator-row-lg > .col-lg-12, .seperator-row-lg > .col-lg-2, .seperator-row-lg > .col-lg-3, .seperator-row-lg > .col-lg-4, .seperator-row-lg > .col-lg-5, .seperator-row-lg > .col-lg-6, .seperator-row-lg > .col-lg-7, .seperator-row-lg > .col-lg-8, .seperator-row-lg > .col-lg-9,
.seperator-row-lg > .col-md-1, .seperator-row-lg > .col-md-10, .seperator-row-lg > .col-md-11, .seperator-row-lg > .col-md-12, .seperator-row-lg > .col-md-2, .seperator-row-lg > .col-md-3, .seperator-row-lg > .col-md-4, .seperator-row-lg > .col-md-5, .seperator-row-lg > .col-md-6, .seperator-row-lg > .col-md-7, .seperator-row-lg > .col-md-8, .seperator-row-lg > .col-md-9,
.seperator-row-lg > .col-sm-1, .seperator-row-lg > .col-sm-10, .seperator-row-lg > .col-sm-11, .seperator-row-lg > .col-sm-12, .seperator-row-lg > .col-sm-2, .seperator-row-lg > .col-sm-3, .seperator-row-lg > .col-sm-4, .seperator-row-lg > .col-sm-5, .seperator-row-lg > .col-sm-6, .seperator-row-lg > .col-sm-7, .seperator-row-lg > .col-sm-8, .seperator-row-lg > .col-sm-9,
.seperator-row-lg > .col-xs-1, .seperator-row-lg > .col-xs-10, .seperator-row-lg > .col-xs-11, .seperator-row-lg > .col-xs-12, .seperator-row-lg > .col-xs-2, .seperator-row-lg > .col-xs-3, .seperator-row-lg > .col-xs-4, .seperator-row-lg > .col-xs-5, .seperator-row-lg > .col-xs-6, .seperator-row-lg > .col-xs-7, .seperator-row-lg > .col-xs-8, .seperator-row-lg > .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid #cccccc;
  }
  .seperator-row-lg > .col-lg-1:last-child, .seperator-row-lg > .col-lg-10:last-child, .seperator-row-lg > .col-lg-11:last-child, .seperator-row-lg > .col-lg-12:last-child, .seperator-row-lg > .col-lg-2:last-child, .seperator-row-lg > .col-lg-3:last-child, .seperator-row-lg > .col-lg-4:last-child, .seperator-row-lg > .col-lg-5:last-child, .seperator-row-lg > .col-lg-6:last-child, .seperator-row-lg > .col-lg-7:last-child, .seperator-row-lg > .col-lg-8:last-child, .seperator-row-lg > .col-lg-9:last-child,
.seperator-row-lg > .col-md-1:last-child, .seperator-row-lg > .col-md-10:last-child, .seperator-row-lg > .col-md-11:last-child, .seperator-row-lg > .col-md-12:last-child, .seperator-row-lg > .col-md-2:last-child, .seperator-row-lg > .col-md-3:last-child, .seperator-row-lg > .col-md-4:last-child, .seperator-row-lg > .col-md-5:last-child, .seperator-row-lg > .col-md-6:last-child, .seperator-row-lg > .col-md-7:last-child, .seperator-row-lg > .col-md-8:last-child, .seperator-row-lg > .col-md-9:last-child,
.seperator-row-lg > .col-sm-1:last-child, .seperator-row-lg > .col-sm-10:last-child, .seperator-row-lg > .col-sm-11:last-child, .seperator-row-lg > .col-sm-12:last-child, .seperator-row-lg > .col-sm-2:last-child, .seperator-row-lg > .col-sm-3:last-child, .seperator-row-lg > .col-sm-4:last-child, .seperator-row-lg > .col-sm-5:last-child, .seperator-row-lg > .col-sm-6:last-child, .seperator-row-lg > .col-sm-7:last-child, .seperator-row-lg > .col-sm-8:last-child, .seperator-row-lg > .col-sm-9:last-child,
.seperator-row-lg > .col-xs-1:last-child, .seperator-row-lg > .col-xs-10:last-child, .seperator-row-lg > .col-xs-11:last-child, .seperator-row-lg > .col-xs-12:last-child, .seperator-row-lg > .col-xs-2:last-child, .seperator-row-lg > .col-xs-3:last-child, .seperator-row-lg > .col-xs-4:last-child, .seperator-row-lg > .col-xs-5:last-child, .seperator-row-lg > .col-xs-6:last-child, .seperator-row-lg > .col-xs-7:last-child, .seperator-row-lg > .col-xs-8:last-child, .seperator-row-lg > .col-xs-9:last-child {
    border-right: 0;
  }

  .row.no-gutter-lgs {
    margin-right: 0;
    margin-left: 0;
  }

  .row.no-gutters-lg > [class^=col-],
.row.no-gutters-lg > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .row.half-gutters-lg {
    margin-right: -8px;
    margin-left: -8px;
  }

  .row.half-gutters-lg > [class^=col-],
.row.half-gutters-lg > [class*=" col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }

  .row-eq-height-lg > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .col-20p-lg {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .padding-xl {
    padding: 15px !important;
  }

  .padding-top-xl {
    padding-top: 15px !important;
  }

  .padding-bottom-xl {
    padding-bottom: 15px !important;
  }

  .padding-left-xl {
    padding-left: 15px !important;
  }

  .padding-right-xl {
    padding-right: 15px !important;
  }

  .padding-double-xl {
    padding: 30px !important;
  }

  .padding-top-double-xl {
    padding-top: 30px !important;
  }

  .padding-bottom-double-xl {
    padding-bottom: 30px !important;
  }

  .padding-left-double-xl {
    padding-left: 30px !important;
  }

  .padding-right-double-xl {
    padding-right: 30px !important;
  }

  .padding-half-xl {
    padding: 8px !important;
  }

  .padding-top-half-xl {
    padding-top: 8px !important;
  }

  .padding-bottom-half-xl {
    padding-bottom: 8px !important;
  }

  .padding-left-half-xl {
    padding-left: 8px !important;
  }

  .padding-right-half-xl {
    padding-right: 8px !important;
  }

  .padding-content-xl {
    padding: 50px !important;
  }

  .padding-top-content-xl {
    padding-top: 50px !important;
  }

  .padding-bottom-content-xl {
    padding-bottom: 50px !important;
  }

  .padding-left-content-xl {
    padding-left: 50px !important;
  }

  .padding-right-content-xl {
    padding-right: 50px !important;
  }

  .padding-content-double-xl {
    padding: 100px !important;
  }

  .padding-top-content-double-xl {
    padding-top: 100px !important;
  }

  .padding-bottom-content-double-xl {
    padding-bottom: 100px !important;
  }

  .padding-left-content-double-xl {
    padding-left: 100px !important;
  }

  .padding-right-content-double-xl {
    padding-right: 100px !important;
  }

  .padding-reset-xl {
    padding: 0 !important;
  }

  .padding-top-reset-xl {
    padding-top: 0 !important;
  }

  .padding-bottom-reset-xl {
    padding-bottom: 0 !important;
  }

  .padding-left-reset-xl {
    padding-left: 0 !important;
  }

  .padding-right-reset-xl {
    padding-right: 0 !important;
  }

  .margin-xl {
    margin: 15px !important;
  }

  .margin-top-xl {
    margin-top: 15px !important;
  }

  .margin-bottom-xl {
    margin-bottom: 15px !important;
  }

  .margin-left-xl {
    margin-left: 15px !important;
  }

  .margin-right-xl {
    margin-right: 15px !important;
  }

  .margin-double-xl {
    margin: 30px !important;
  }

  .margin-top-double-xl {
    margin-top: 30px !important;
  }

  .margin-bottom-double-xl {
    margin-bottom: 30px !important;
  }

  .margin-left-double-xl {
    margin-left: 30px !important;
  }

  .margin-right-double-xl {
    margin-right: 30px !important;
  }

  .margin-half-xl {
    margin: 8px !important;
  }

  .margin-top-half-xl {
    margin-top: 8px !important;
  }

  .margin-bottom-half-xl {
    margin-bottom: 8px !important;
  }

  .margin-left-half-xl {
    margin-left: 8px !important;
  }

  .margin-right-half-xl {
    margin-right: 8px !important;
  }

  .margin-reset-xl {
    margin: 0 !important;
  }

  .margin-top-reset-xl {
    margin-top: 0 !important;
  }

  .margin-bottom-reset-xl {
    margin-bottom: 0 !important;
  }

  .margin-left-reset-xl {
    margin-left: 0 !important;
  }

  .margin-right-reset-xl {
    margin-right: 0 !important;
  }

  .text-center-xl {
    text-align: center !important;
  }

  .text-left-xl {
    text-align: left !important;
  }

  .text-right-xl {
    text-align: right !important;
  }

  .pull-left-xl {
    float: left !important;
  }

  .pull-right-xl {
    float: right !important;
  }

  .clear-xl {
    float: none !important;
  }

  .border-xl {
    border: 1px solid #cccccc;
  }

  .border-top-xl {
    border-top: 1px solid #cccccc;
  }

  .border-bottom-xl {
    border-bottom: 1px solid #cccccc;
  }

  .border-left-xl {
    border-left: 1px solid #cccccc;
  }

  .border-right-xl {
    border-right: 1px solid #cccccc;
  }

  .border-reset-xl {
    border: 0 !important;
  }

  .border-top-reset-xl {
    border-top: 0 !important;
  }

  .border-bottom-reset-xl {
    border-bottom: 0 !important;
  }

  .border-left-reset-xl {
    border-left: 0 !important;
  }

  .border-right-reset-xl {
    border-right: 0 !important;
  }

  .background-primary-xl {
    background-color: #0055a5;
  }

  .background-primary-light-xl {
    background-color: #0062bf;
  }

  .background-primary-lighter-xl {
    background-color: #006fd8;
  }

  .background-gradient--primary-secondary {
    background: #0055a5;
    background: -o-linear-gradient(135deg, #0055a5 0%, #F58026 100%);
    background: linear-gradient(-45deg, #0055a5 0%, #F58026 100%);
  }

  .background-secondary-xl {
    background-color: #F58026;
  }

  .background-cta-xl {
    background-color: #F58026;
  }

  .background-tertiary-xl {
    background-color: #C3C3C3;
  }

  .background-white-xl {
    background-color: #ffffff;
  }

  .background-black-xl {
    background-color: #0e0e0e;
  }

  .background-gray-xl {
    background-color: #555555;
  }

  .background-gray-light-xl {
    background-color: #cccccc;
  }

  .background-gray-lighter-xl {
    background-color: #eeeeee;
  }

  .background-gray-dark-xl {
    background-color: #333333;
  }

  .drop-shadow-xl {
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
  }

  .block-xl {
    display: block !important;
  }

  .inline-block-xl {
    display: inline-block !important;
  }

  .display-table-xl {
    display: table;
    width: calc(100% + 60px);
  }
  .display-table-xl > .col-lg-1, .display-table-xl > .col-lg-10, .display-table-xl > .col-lg-11, .display-table-xl > .col-lg-12, .display-table-xl > .col-lg-2, .display-table-xl > .col-lg-3, .display-table-xl > .col-lg-4, .display-table-xl > .col-lg-5, .display-table-xl > .col-lg-6, .display-table-xl > .col-lg-7, .display-table-xl > .col-lg-8, .display-table-xl > .col-lg-9,
.display-table-xl > .col-md-1, .display-table-xl > .col-md-10, .display-table-xl > .col-md-11, .display-table-xl > .col-md-12, .display-table-xl > .col-md-2, .display-table-xl > .col-md-3, .display-table-xl > .col-md-4, .display-table-xl > .col-md-5, .display-table-xl > .col-md-6, .display-table-xl > .col-md-7, .display-table-xl > .col-md-8, .display-table-xl > .col-md-9,
.display-table-xl > .col-sm-1, .display-table-xl > .col-sm-10, .display-table-xl > .col-sm-11, .display-table-xl > .col-sm-12, .display-table-xl > .col-sm-2, .display-table-xl > .col-sm-3, .display-table-xl > .col-sm-4, .display-table-xl > .col-sm-5, .display-table-xl > .col-sm-6, .display-table-xl > .col-sm-7, .display-table-xl > .col-sm-8, .display-table-xl > .col-sm-9,
.display-table-xl > .col-xs-1, .display-table-xl > .col-xs-10, .display-table-xl > .col-xs-11, .display-table-xl > .col-xs-12, .display-table-xl > .col-xs-2, .display-table-xl > .col-xs-3, .display-table-xl > .col-xs-4, .display-table-xl > .col-xs-5, .display-table-xl > .col-xs-6, .display-table-xl > .col-xs-7, .display-table-xl > .col-xs-8, .display-table-xl > .col-xs-9 {
    float: none;
    display: table-cell;
    vertical-align: top;
  }

  .seperator-row-xl {
    margin-left: -30px;
    margin-right: -30px;
  }
  .seperator-row-xl > .col-lg-1, .seperator-row-xl > .col-lg-10, .seperator-row-xl > .col-lg-11, .seperator-row-xl > .col-lg-12, .seperator-row-xl > .col-lg-2, .seperator-row-xl > .col-lg-3, .seperator-row-xl > .col-lg-4, .seperator-row-xl > .col-lg-5, .seperator-row-xl > .col-lg-6, .seperator-row-xl > .col-lg-7, .seperator-row-xl > .col-lg-8, .seperator-row-xl > .col-lg-9,
.seperator-row-xl > .col-md-1, .seperator-row-xl > .col-md-10, .seperator-row-xl > .col-md-11, .seperator-row-xl > .col-md-12, .seperator-row-xl > .col-md-2, .seperator-row-xl > .col-md-3, .seperator-row-xl > .col-md-4, .seperator-row-xl > .col-md-5, .seperator-row-xl > .col-md-6, .seperator-row-xl > .col-md-7, .seperator-row-xl > .col-md-8, .seperator-row-xl > .col-md-9,
.seperator-row-xl > .col-sm-1, .seperator-row-xl > .col-sm-10, .seperator-row-xl > .col-sm-11, .seperator-row-xl > .col-sm-12, .seperator-row-xl > .col-sm-2, .seperator-row-xl > .col-sm-3, .seperator-row-xl > .col-sm-4, .seperator-row-xl > .col-sm-5, .seperator-row-xl > .col-sm-6, .seperator-row-xl > .col-sm-7, .seperator-row-xl > .col-sm-8, .seperator-row-xl > .col-sm-9,
.seperator-row-xl > .col-xs-1, .seperator-row-xl > .col-xs-10, .seperator-row-xl > .col-xs-11, .seperator-row-xl > .col-xs-12, .seperator-row-xl > .col-xs-2, .seperator-row-xl > .col-xs-3, .seperator-row-xl > .col-xs-4, .seperator-row-xl > .col-xs-5, .seperator-row-xl > .col-xs-6, .seperator-row-xl > .col-xs-7, .seperator-row-xl > .col-xs-8, .seperator-row-xl > .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid #cccccc;
  }
  .seperator-row-xl > .col-lg-1:last-child, .seperator-row-xl > .col-lg-10:last-child, .seperator-row-xl > .col-lg-11:last-child, .seperator-row-xl > .col-lg-12:last-child, .seperator-row-xl > .col-lg-2:last-child, .seperator-row-xl > .col-lg-3:last-child, .seperator-row-xl > .col-lg-4:last-child, .seperator-row-xl > .col-lg-5:last-child, .seperator-row-xl > .col-lg-6:last-child, .seperator-row-xl > .col-lg-7:last-child, .seperator-row-xl > .col-lg-8:last-child, .seperator-row-xl > .col-lg-9:last-child,
.seperator-row-xl > .col-md-1:last-child, .seperator-row-xl > .col-md-10:last-child, .seperator-row-xl > .col-md-11:last-child, .seperator-row-xl > .col-md-12:last-child, .seperator-row-xl > .col-md-2:last-child, .seperator-row-xl > .col-md-3:last-child, .seperator-row-xl > .col-md-4:last-child, .seperator-row-xl > .col-md-5:last-child, .seperator-row-xl > .col-md-6:last-child, .seperator-row-xl > .col-md-7:last-child, .seperator-row-xl > .col-md-8:last-child, .seperator-row-xl > .col-md-9:last-child,
.seperator-row-xl > .col-sm-1:last-child, .seperator-row-xl > .col-sm-10:last-child, .seperator-row-xl > .col-sm-11:last-child, .seperator-row-xl > .col-sm-12:last-child, .seperator-row-xl > .col-sm-2:last-child, .seperator-row-xl > .col-sm-3:last-child, .seperator-row-xl > .col-sm-4:last-child, .seperator-row-xl > .col-sm-5:last-child, .seperator-row-xl > .col-sm-6:last-child, .seperator-row-xl > .col-sm-7:last-child, .seperator-row-xl > .col-sm-8:last-child, .seperator-row-xl > .col-sm-9:last-child,
.seperator-row-xl > .col-xs-1:last-child, .seperator-row-xl > .col-xs-10:last-child, .seperator-row-xl > .col-xs-11:last-child, .seperator-row-xl > .col-xs-12:last-child, .seperator-row-xl > .col-xs-2:last-child, .seperator-row-xl > .col-xs-3:last-child, .seperator-row-xl > .col-xs-4:last-child, .seperator-row-xl > .col-xs-5:last-child, .seperator-row-xl > .col-xs-6:last-child, .seperator-row-xl > .col-xs-7:last-child, .seperator-row-xl > .col-xs-8:last-child, .seperator-row-xl > .col-xs-9:last-child {
    border-right: 0;
  }

  .row.no-gutter-xls {
    margin-right: 0;
    margin-left: 0;
  }

  .row.no-gutters-xl > [class^=col-],
.row.no-gutters-xl > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .row.half-gutters-xl {
    margin-right: -8px;
    margin-left: -8px;
  }

  .row.half-gutters-xl > [class^=col-],
.row.half-gutters-xl > [class*=" col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }

  .row-eq-height-xl > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .col-20p-xl {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
/*\
 * Restore Bootstrap 3 "hidden" utility classes.
\*/
.hidden {
  display: none !important;
}

/* Breakpoint XS */
@media (max-width: 575px) {
  .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
.hidden-xs-up,
.hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl,
.visible-sm, .visible-md, .visible-lg, .visible-xl {
    display: none !important;
  }
}
/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
.hidden-xs-up, .hidden-sm-up,
.hidden-unless-xs, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl,
.visible-xs, .visible-md, .visible-lg, .visible-xl {
    display: none !important;
  }
}
/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
.hidden-xs-up, .hidden-sm-up, .hidden-md-up,
.hidden-unless-xs, .hidden-unless-sm, .hidden-unless-lg, .hidden-unless-xl,
.visible-xs, .visible-sm, .visible-lg, .visible-xl {
    display: none !important;
  }
}
/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg-down, .hidden-xl-down,
.hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up,
.hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-xl,
.visible-xs, .visible-sm, .visible-md, .visible-xl {
    display: none !important;
  }
}
/* Breakpoint XL */
@media (min-width: 1200px) {
  .hidden-xl, .hidden-md-up, .hidden-sm-up, .hidden-lg-up,
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
  }
}